Søren Beck Jensen
Søren Beck Jensen

Reputation: 1676

In php how can I monitor Apache workers?

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

Answers (1)

wolfsgang
wolfsgang

Reputation: 894

You can use mod_status to monitor your apache server.Also this is a good tutorial to set it up.

Upvotes: 1

Related Questions