All 5 messages in topic - view as tree
From: r...@star2000.com.tw - view profile
Date: Sat, Dec 2 2006 11:21 am
Email: r...@star2000.com.tw
Hi,
My box has singel processor , NUMCPUVPS =1 .
A lot of user will access this server, maximum will be 1500 user
threads.
How shoud I set up the NETTYPE in onconfig file.
On informix's manual , says poll thread should not be greater than
NUMCPUVPS .
and user thread can not greater than 350 for each poll threads.
How should I set the NETTYPE?
NETTYPE soctcp,1,1500,NET ( 1500 too much ?)
or
NETTYPE soctcp, 5,350, NET ( 5 greater then NUMCPUVPS =1)
Reply » Rate this post: Text for clearing space
From: TBP - view profile
Date: Sat, Dec 2 2006 1:13 pm
Email: TBP
r...@star2000.com.tw wrote:
> Hi,
> My box has singel processor , NUMCPUVPS =1 .
> A lot of user will access this server, maximum will be 1500 user
> threads.
> How shoud I set up the NETTYPE in onconfig file.
> On informix's manual , says poll thread should not be greater than
> NUMCPUVPS .
> and user thread can not greater than 350 for each poll threads.
> How should I set the NETTYPE?
> NETTYPE soctcp,1,1500,NET ( 1500 too much ?)
> or
> NETTYPE soctcp, 5,350, NET ( 5 greater then NUMCPUVPS =1)
Operating System?
Version of the Engine?
NETTYPE soctcp,4,2000,NET (This is on a NET VP not a CPU VP)
Reply » Rate this post: Text for clearing space
From: Pankrich Khanthasa-ard - view profile
Date: Sat, Dec 2 2006 4:55 pm
Email: Pankrich Khanthasa-ard
Version of IDS from 9, number of max connection is number of poll threads multipy by user per thread
e.g NETTYPE soctcp, 2,100, NET : Max connection is 2x100 = 200
So first you have to monitor number of user connections before fill the number in
by command : onstat -u , onstat -g ses , onstat -g ntu
--> NETTYPE soctcp, 2,100, NET
Meaning of the columns are (v9 +)
soctcp : OS net protocol
2 : 2 poll threads
100 : 100 user per poll thread
NET : Using net vp to run the poll thread
if you use CPU , IDS will use cpu vp to run poll thread so the number will has been forced by
number of physical CPU
If you allocate more poll threads will effect the overall performance.
but allocate less poll threads will make IDS accecpt connection slowly.
Pankrich K.
- Hide quoted text -
- Show quoted text -
----- Original Message ----
From: TBP
To: informix-l...@iiug.org
Sent: Saturday, December 2, 2006 6:13:16 PM
Subject: Re: NETTYPE's poll thread number
r...@star2000.com.tw wrote:
> Hi,
> My box has singel processor , NUMCPUVPS =1 .
> A lot of user will access this server, maximum will be 1500 user
> threads.
> How shoud I set up the NETTYPE in onconfig file.
> On informix's manual , says poll thread should not be greater than
> NUMCPUVPS .
> and user thread can not greater than 350 for each poll threads.
> How should I set the NETTYPE?
> NETTYPE soctcp,1,1500,NET ( 1500 too much ?)
> or
> NETTYPE soctcp, 5,350, NET ( 5 greater then NUMCPUVPS =1)
Operating System?
Version of the Engine?
NETTYPE soctcp,4,2000,NET (This is on a NET VP not a CPU VP)
_______________________________________________
Informix-list mailing list
Informix-l...@iiug.org
http://www.iiug.org/mailman/listinfo/informix-list
____________________________________________________________________________________
Want to start your own business?
Learn how on Yahoo! Small Business.
http://smallbusiness.yahoo.com/r-index
Reply » Rate this post: Text for clearing space
From: r...@star2000.com.tw - view profile
Date: Sun, Dec 3 2006 12:26 am
Email: r...@star2000.com.tw
OS : AIX 4.3
IDS version : 7.31
Is ids version 7.31 will make any difference ?
Pankrich Khanthasa-ard 寫道:
- Hide quoted text -
- Show quoted text -
> Version of IDS from 9, number of max connection is number of poll threads multipy by user per thread
> e.g NETTYPE soctcp, 2,100, NET : Max connection is 2x100 = 200
> So first you have to monitor number of user connections before fill the number in
> by command : onstat -u , onstat -g ses , onstat -g ntu
> --> NETTYPE soctcp, 2,100, NET
> Meaning of the columns are (v9 +)
> soctcp : OS net protocol
> 2 : 2 poll threads
> 100 : 100 user per poll thread
> NET : Using net vp to run the poll thread
> if you use CPU , IDS will use cpu vp to run poll thread so the number will has been forced by
> number of physical CPU
> If you allocate more poll threads will effect the overall performance.
> but allocate less poll threads will make IDS accecpt connection slowly.
> Pankrich K.
> ----- Original Message ----
> From: TBP
> To: informix-l...@iiug.org
> Sent: Saturday, December 2, 2006 6:13:16 PM
> Subject: Re: NETTYPE's poll thread number
> r...@star2000.com.tw wrote:
> > Hi,
> > My box has singel processor , NUMCPUVPS =1 .
> > A lot of user will access this server, maximum will be 1500 user
> > threads.
> > How shoud I set up the NETTYPE in onconfig file.
> > On informix's manual , says poll thread should not be greater than
> > NUMCPUVPS .
> > and user thread can not greater than 350 for each poll threads.
> > How should I set the NETTYPE?
> > NETTYPE soctcp,1,1500,NET ( 1500 too much ?)
> > or
> > NETTYPE soctcp, 5,350, NET ( 5 greater then NUMCPUVPS =1)
> Operating System?
> Version of the Engine?
> NETTYPE soctcp,4,2000,NET (This is on a NET VP not a CPU VP)
> _______________________________________________
> Informix-list mailing list
> Informix-l...@iiug.org
> http://www.iiug.org/mailman/listinfo/informix-list
From: TBP - view profile
Date: Sun, Dec 3 2006 12:40 pm
Email: TBP
Pankrich Khanthasa-ard wrote:
> Version of IDS from 9, number of max connection is number of poll
> threads multipy by user per thread
> e.g NETTYPE soctcp, 2,100, NET : Max connection is 2x100 = 200
There is a bug which means that ... the second figure (i.e. the 100
above) is a better number to use for the total number of connections
until 9.40.xC9.
If you look at the output from onstat -g ntt, you see the "100", which
does not change even if you increase the poll threads.
Check it out :D
Reply » Rate this post: Text for clearing space
End of messages
No comments:
Post a Comment