Monitoring Apache servers is critical to keep a check on their performance and be aware of degradation issues and bottlenecks. Use our ready-to-install plugin integration and see real time performance trends and historical metrics, all in a single dashboard.
Requests per Second
req_per_sec
records the total number of HTTP requests the web server is processing per second.
Busy Workers
Use the metric busy_workers
to get the total number of processes actively processing an HTTP request
Idle Workers
idle_workers
is the total number of idle workers/idle processes waiting for an HTTP request. If you have very few or no idle processes, it means your server is using up all the processes and new requests have to be on hold until the older requests are completed.
Uptime
The metric uptime
gets the total amount of time the server has been up and running.
Bytes per Second
bytes_per_sec
records the total amount of data the web server is transferring per second.
CPU Load
Use the metric cpu_load
and get the total percentage of CPU used by the web server.
Bytes per Request
The average number of bytes being transferred per HTTP request is obtained using the metric
bytes_per_req
.
Total Accesses
The total number of accesses on the server is monitored using the metric total_accessess
.
mod_status
should be enabled for the server to be available at http://localhost:80/server-status. Learn how to do this.
wget https://raw.githubusercontent.com/site24x7/plugins/master/apache/apache.py
http://localhost:80/server-status?auto
The agent will automatically execute the plugin within five minutes and send performance data to the Site24x7 data center.
Log in to Site24x7 and go to Server > Plugin Integrations > click on the name of the plugin monitor. You will be able to view performance charts and set thresholds for the various performance metrics.
The agent will automatically execute the plugin within five minutes and send performance data to the Site24x7 data center.
python apache.py
Feel free to contribute to our existing plugin and come up with suggestions or feedback on our Community.