Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread vishesh kumar
t; *2. by default status module/tag entry is disabled in httpd.conf, are > there any trade offs if i keep this status module enabled in my apache > instance* > ** > *Vicky* > >*From:* Peter Phaal > *To:* users@httpd.apache.org > *Cc:* vicky > *Sent:* Tuesday, 5 Mar

Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread vicky
sabled  in httpd.conf, are there any trade offs if i keep this status module enabled in my apache instance   Vicky From: Peter Phaal To: users@httpd.apache.org Cc: vicky Sent: Tuesday, 5 March 2013 8:20 PM Subject: Re: [users@httpd] Apache monitoring MPM

Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread Peter Phaal
Another alternative to consider is mod_sflow and Ganglia, particularly if you want to monitor large Apache clusters: http://blog.sflow.com/2012/10/thread-pools.html On Tue, Mar 5, 2013 at 6:31 AM, vishesh kumar wrote: > Hello Vicky , > > You can use Server-Status handler for this . > > > SetHan

Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread vishesh kumar
Hello Vicky , You can use Server-Status handler for this . SetHandler Server-Status order deny,allow allow from 127.0.0.1 deny from all In above given setting , you can use http://localhost/server-status from localhost Thanks Vishesh kumar http://www.linuxmantra.com/ On Tue, Mar 5, 2013 at 7

Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread Tom Evans
On Tue, Mar 5, 2013 at 1:37 PM, vicky wrote: > Hi GUys, > > can you please suggest that for monitoring the number of threads/server > processes created via MPM worker do we have any tool or any status page ..? > > > Thanks > Vicky mod_status http://httpd.apache.org/docs/2.2/mod/mod_status.html

[users@httpd] Apache monitoring MPM

2013-03-05 Thread vicky
Hi GUys,   can you please suggest that for monitoring the number of threads/server processes created via MPM worker do we have any tool  or any status page ..?     Thanks Vicky