RE: [us...@httpd] metrics on apache httpd

2010-03-29 Thread Geoff Millikan
> http://lmgtfy.com/?q=apache+status+page Dude, that was harsh, but that's the funniest site I've seen in 6 months, including The Onion. smime.p7s Description: S/MIME cryptographic signature

Re: [us...@httpd] metrics on apache httpd

2010-03-23 Thread Eric Covener
On Tue, Mar 23, 2010 at 10:27 AM, Brad Lira wrote: > thanks Robert, > > do you know how to get number of file descriptors available for httpd and > each child processes memory usage as well? Look at the environment Apache is launched under, and ps, respectibvely. > > > but what i need is of those

Re: [us...@httpd] metrics on apache httpd

2010-03-23 Thread Brad Lira
thanks Robert, do you know how to get number of file descriptors available for httpd and each child processes memory usage as well? but what i need is of those 4 connection that are being processed how many are active and how many are idle On Mon, Mar 22, 2010 at 6:01 PM, Robert Hall wrote: >

Re: [us...@httpd] metrics on apache httpd

2010-03-22 Thread Robert Hall
On Mar 22, 2010, at 2:52 PM, Brad lira wrote: hello, does anyone know how to get the following metrics: - number of connected clients - number of active clients - number of idle clients thanks, hash http://lmgtfy.com/?q=apache+status+page - Robert