What is mod_status?
mod_status is an Apache module which helps to monitor web server load and current httpd connections with an HTML interface which can be accessible via a web browser.
Apache’s mod_status shows a plain HTML page containing the information about current statistics of web server state including.
- Total number of incoming requests
- Total number of bytes and counts server
- CPU usage of Web server
- Server Load
- Server Uptime
- Total Traffic
- Total number of idle workers
- PIDs with respective client and many more.
Comments
Post a Comment