[us...@httpd] apache monitoring

2009-07-08 Thread nima chavooshi
Hi I want to monitor apache status (amount of requests,ram usage,amount of apache daemons and etc)as real time, Is there any tools that justify these needs? thanks for any help or guidance -- N.Chavoshi

RE: [us...@httpd] apache monitoring

2009-07-08 Thread Boyle Owen
http://httpd.apache.org/docs/2.2/mod/mod_status.html From: nima chavooshi [mailto:nima0...@gmail.com] Sent: Wednesday, July 08, 2009 8:51 AM To: users@httpd.apache.org Subject: [us...@httpd] apache monitoring

RE: [us...@httpd] apache monitoring

2009-07-08 Thread Tony Rice (trice)
Be sure to configure it with Extended Status on to get a wealth of info. -Tony From: Boyle Owen [mailto:owen.bo...@six-group.com] Sent: Wednesday, July 08, 2009 3:36 AM To: users@httpd.apache.org Subject: RE: [us...@httpd] apache monitoring http://httpd.apache.org/docs/2.2/mod

RE: [us...@httpd] apache monitoring

2009-07-08 Thread Morten K. Poulsen
On Wed, 2009-07-08 at 09:57 -0400, Tony Rice (trice) wrote: Be sure to configure it with Extended Status on to get a wealth of info. (Obvious self-promotion) We have a free (as in speech) tool, which might help you get the information out of mod_status if the server is unresponsive.

Re: [us...@httpd] apache monitoring

2009-07-08 Thread ricardo figueiredo
Hi, There is a Perl program to extract information. The program requests a page created for mod_status and write in a file Ricardo On Wed, Jul 8, 2009 at 12:03 PM, Morten K. Poulsen m...@fabletech.comwrote: On Wed, 2009-07-08 at 09:57 -0400, Tony Rice (trice) wrote: Be sure to configure it

Re: [us...@httpd] apache monitoring

2009-07-08 Thread Morten K. Poulsen
On Wed, 2009-07-08 at 12:12 -0300, ricardo figueiredo wrote: There is a Perl program to extract information. The program requests a page created for mod_status and write in a file Yes, and it's the requests a page part which can be a problem, if the server is not responding. Morten --

Re: [us...@httpd] apache monitoring

2009-07-08 Thread ricardo figueiredo
On Wed, Jul 8, 2009 at 12:24 PM, Morten K. Poulsen m...@fabletech.comwrote: On Wed, 2009-07-08 at 12:12 -0300, ricardo figueiredo wrote: There is a Perl program to extract information. The program requests a page created for mod_status and write in a file Yes, and it's the requests a