Reputation: 1676
Is there a way in php that I can get the current number of idle, waiting, working etc. workers in Apache?
Similar to the information available in the WHM Apache Status page.
Upvotes: 1
Views: 1190
Reputation: 894
You can use mod_status to monitor your apache server.Also this is a good tutorial to set it up.
Upvotes: 1