Re: [users@httpd] Help troubleshooting performance issue, after "1000 total children" Apache no longer responds to HTTP requests. Not MaxClients issue?

2012-05-04 Thread P J
On Fri, May 4, 2012 at 8:46 AM, Tom Evans wrote: > On Fri, May 4, 2012 at 4:18 PM, P J wrote: > > On Fri, May 4, 2012 at 5:28 AM, Jim Jagielski wrote: > >> > >> The closer MinSpareServers/MaxSpareServers are, the more time > >> Apache needs to spend killing

Re: [users@httpd] Help troubleshooting performance issue, after "1000 total children" Apache no longer responds to HTTP requests. Not MaxClients issue?

2012-05-04 Thread P J
On Fri, May 4, 2012 at 5:28 AM, Jim Jagielski wrote: > The closer MinSpareServers/MaxSpareServers are, the more time > Apache needs to spend killing and creating child processes > to ensure it stays within that narrow limit > On May 3, 2012, at 2:40 PM, P J wrote: > > Thanks.

Re: [users@httpd] Help troubleshooting performance issue, after "1000 total children" Apache no longer responds to HTTP requests. Not MaxClients issue?

2012-05-03 Thread P J
On Thu, May 3, 2012 at 9:51 AM, Pablo Armando wrote: > What about the number of open file descriptors ?? > > > > On 05/03/2012 01:33 PM, Tom Evans wrote: > >> On Mon, Apr 30, 2012 at 4:20 PM, P J wrote: >> The fact that your issue seems to happen when you go a

Re: [users@httpd] Help troubleshooting performance issue, after "1000 total children" Apache no longer responds to HTTP requests. Not MaxClients issue?

2012-05-02 Thread P J
On Tue, May 1, 2012 at 7:26 AM, P J wrote: > On Tue, May 1, 2012 at 7:22 AM, P J wrote: > >> On Mon, Apr 30, 2012 at 10:37 AM, P J wrote: >> >>> >>> On Mon, Apr 30, 2012 at 9:13 AM, Alexandr Normuradov >> > wrote: >>> >>>> cat

Re: [users@httpd] Help troubleshooting performance issue, after "1000 total children" Apache no longer responds to HTTP requests. Not MaxClients issue?

2012-05-01 Thread P J
On Tue, May 1, 2012 at 7:22 AM, P J wrote: > On Mon, Apr 30, 2012 at 10:37 AM, P J wrote: > >> >> On Mon, Apr 30, 2012 at 9:13 AM, Alexandr Normuradov >> wrote: >> >>> cat /proc/$(pidof -s httpd)/limitsTo troubleshoot that you should have &

Re: [users@httpd] Help troubleshooting performance issue, after "1000 total children" Apache no longer responds to HTTP requests. Not MaxClients issue?

2012-05-01 Thread P J
On Mon, Apr 30, 2012 at 10:37 AM, P J wrote: > > On Mon, Apr 30, 2012 at 9:13 AM, Alexandr Normuradov > wrote: > >> cat /proc/$(pidof -s httpd)/limitsTo troubleshoot that you should have >> at least two additional outputs from >> >> netstat -pant, with connec

Re: [users@httpd] Help troubleshooting performance issue, after "1000 total children" Apache no longer responds to HTTP requests. Not MaxClients issue?

2012-04-30 Thread P J
On Mon, Apr 30, 2012 at 9:13 AM, Alexandr Normuradov wrote: > cat /proc/$(pidof -s httpd)/limitsTo troubleshoot that you should have > at least two additional outputs from > > netstat -pant, with connections states > and > service httpd fullstatus, listing current state of all the apache > procs/t

[users@httpd] Help troubleshooting performance issue, after "1000 total children" Apache no longer responds to HTTP requests. Not MaxClients issue?

2012-04-30 Thread P J
Greetings all, Hoping someone can point me in the right direction as I've spent the last week trying to figure out where the "issue" is but haven't been able to. Running Apache 2.2.3 on CentOS 5.8. At a few points during the day when traffic is heavy we are having an issue where Apache no longer