Re: Efficiently monitoring httpd children and signalling those using too much memory/cpu

2011-08-22 Thread Scott Gifford
On Mon, Aug 22, 2011 at 8:10 PM, Jonathan Swartz wrote: > We use Apache/mod_perl 2 and occasionally get a child httpd process that > spins out of control, either consuming ever-increasing amounts of memory or > max cpu. Usually due to an infinite loop or other bug in a specific part of > the site

Efficiently monitoring httpd children and signalling those using too much memory/cpu

2011-08-22 Thread Jonathan Swartz
We use Apache/mod_perl 2 and occasionally get a child httpd process that spins out of control, either consuming ever-increasing amounts of memory or max cpu. Usually due to an infinite loop or other bug in a specific part of the site - this sort of thing happens. I would like to monitor for suc