Thanks guys for responding , i am making use of "server-status" it looks good :-few queries ,kindly suggest :-1. My status page is showing 48 idle workers , does that means these 48 workers can service individual 48 requests ???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 instanceVickyFrom: Peter Phaal <peter.phaal@xxxxxxxxx>
To: users@xxxxxxxxxxxxxxxx
Cc: vicky <vicky007aggarwal@xxxxxxxxxxx>
Sent: Tuesday, 5 March 2013 8:20 PM
Subject: Re: Apache monitoring MPM
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 <linuxtovishesh@xxxxxxxxx> wrote:--Hello Vicky ,You can use Server-Status handler for this .<Location /server-status>SetHandler Server-Statusorder deny,allowallow from 127.0.0.1deny from all</Location>In above given setting , you can use http://localhost/server-status from localhostThanksVishesh kumarOn Tue, Mar 5, 2013 at 7:07 PM, vicky <vicky007aggarwal@xxxxxxxxxxx> 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 ..?ThanksVicky
http://linuxmantra.com/