Re: [us...@httpd] Help me in setting up MaxClients

2010-01-31 Thread Jeff Trawick
On Mon, Jan 25, 2010 at 6:13 PM, Vikrama Sanjeeva wrote: > Hi Jeff, > >     Below is statistics from vmstat while everything is running including > httpd: > >>> vmstat 2 3 >  kthr  memory    page    disk  faults  cpu >  r b w   swap  free  re  mf pi po fr de sr rm s

Re: [us...@httpd] Help me in setting up MaxClients

2010-01-31 Thread Eric Covener
On Sun, Jan 31, 2010 at 2:00 AM, Vikrama Sanjeeva wrote: > Hi Eric, > >   I don't know why you didn't got the my previous post on which I asked for > help. Anyways, here it is again: I need help in making calculation based on > memory statistics which I provided. > Jeff has already described how

Re: [us...@httpd] Help me in setting up MaxClients

2010-01-30 Thread Vikrama Sanjeeva
Hi Eric, I don't know why you didn't got the my previous post on which I asked for help. Anyways, here it is again: I need help in making calculation based on memory statistics which I provided. On 1/26/10, Vikrama Sanjeeva wrote: > Hi Jeff, > > Below is statistics from vmstat while every

Re: [us...@httpd] Help me in setting up MaxClients

2010-01-29 Thread Eric Covener
On Fri, Jan 29, 2010 at 6:42 PM, Vikrama Sanjeeva wrote: > Hi, > >  Can somebody help me with this ? With what? You posted at the top of a giant thread with no context. -- Eric Covener cove...@gmail.com - The official User-To-

Re: [us...@httpd] Help me in setting up MaxClients

2010-01-29 Thread Vikrama Sanjeeva
Hi, Can somebody help me with this ? Thanks Bye, Viki. On 1/26/10, Vikrama Sanjeeva wrote: > Hi Jeff, > > Below is statistics from vmstat while everything is running including > httpd: > >>> vmstat 2 3 > kthr memorypagedisk faults cpu > r b w

Re: [us...@httpd] Help me in setting up MaxClients

2010-01-25 Thread Vikrama Sanjeeva
Hi Jeff, Below is statistics from vmstat while everything is running including httpd: >> vmstat 2 3 kthr memorypagedisk faults cpu r b w swap free re mf pi po fr de sr rm s0 s1 s3 in sy cs us sy id 0 0 0 32953272 20946824 11 22 0 3 3 0

Re: [us...@httpd] Help me in setting up MaxClients

2010-01-25 Thread Jeff Trawick
On Mon, Jan 25, 2010 at 1:26 PM, Vikrama Sanjeeva wrote: > Hi All, > >    Thanks Jeff for the presentation. Its informative. > > Actually, I am trying to calculate what MaxClient I can set. I know my > server is strong and as Danny and you said, setting 600 will not be a risk. > I however, will pr

Re: [us...@httpd] Help me in setting up MaxClients

2010-01-25 Thread Jeff Trawick
On Mon, Jan 25, 2010 at 1:26 PM, Vikrama Sanjeeva wrote: > Hi All, > >    Thanks Jeff for the presentation. Its informative. > > Actually, I am trying to calculate what MaxClient I can set. I know my > server is strong and as Danny and you said, setting 600 will not be a risk. > I however, will pr

Re: [us...@httpd] Help me in setting up MaxClients

2010-01-25 Thread Vikrama Sanjeeva
Hi All, Thanks Jeff for the presentation. Its informative. Actually, I am trying to calculate what MaxClient I can set. I know my server is strong and as Danny and you said, setting 600 will not be a risk. I however, will prefer to do some calculation to drive this value. Since I am not Solari

Re: [us...@httpd] Help me in setting up MaxClients

2010-01-25 Thread Mark Watts
On Mon, 2010-01-25 at 11:47 -0500, Jeff Trawick wrote: > my bad; it doesn't, as you point out Out of interest, is it possible/feasible to get httpd to dump its running config? Could be quite useful... > for httpd 2.2.x: > > prefork's hard limit is 20 child processes; worker's limits are > 20

Re: [us...@httpd] Help me in setting up MaxClients

2010-01-25 Thread Jeff Trawick
On Mon, Jan 25, 2010 at 11:36 AM, Mark Watts wrote: > On Mon, 2010-01-25 at 09:44 -0500, Jeff Trawick wrote: >> On Mon, Jan 25, 2010 at 8:56 AM, Vikrama Sanjeeva >> wrote: >> > Hello All, >> > >> > This is regarding production servers. Recently Apache server hit MaxClient >> > settings; resulting

Re: [us...@httpd] Help me in setting up MaxClients

2010-01-25 Thread Mark Watts
On Mon, 2010-01-25 at 09:44 -0500, Jeff Trawick wrote: > On Mon, Jan 25, 2010 at 8:56 AM, Vikrama Sanjeeva > wrote: > > Hello All, > > > > This is regarding production servers. Recently Apache server hit MaxClient > > settings; resulting in crash of sites. However, sites was back to normal > > aft

Re: [us...@httpd] Help me in setting up MaxClients

2010-01-25 Thread Jeff Trawick
On Mon, Jan 25, 2010 at 8:56 AM, Vikrama Sanjeeva wrote: > Hello All, > > This is regarding production servers. Recently Apache server hit MaxClient > settings; resulting in crash of sites. However, sites was back to normal > after restarting Apache. The expected symptom is that Apache is unrespo

Re: [us...@httpd] Help me in setting up MaxClients

2010-01-25 Thread Jeff Trawick
On Mon, Jan 25, 2010 at 9:16 AM, wrote: > You need to increase ServerLimit and MaxClients to 600 for example. > > MaxClients is limited by ServerLimit.  In turn ServerLimit is limited by > the physical resources you have at your disposal. > > Considering you have a highly thread-capable server wi

RE: [us...@httpd] Help me in setting up MaxClients

2010-01-25 Thread daniel . goulder
You need to increase ServerLimit and MaxClients to 600 for example. MaxClients is limited by ServerLimit. In turn ServerLimit is limited by the physical resources you have at your disposal. Considering you have a highly thread-capable server with plentiful memory 600 should be a safe limit, pr