Collector Type: Agent
Category: Application Monitors
Application Name: Apache
Global Template Name: LINUX Apache Template
Description
The Apache HTTP Server, also known as Apache HTTP, is a widely used open source web server that is extremely customizable. Its functionality can be extended through modules that suit a wide range of use cases, from serving dynamic PHP content to acting as a forward or reverse proxy.
Prerequisite: The status module allows a server administrator to find out how well their server is performing.
For more information on Apache status module, refer to http://httpd.apache.org/docs-2.0/mod/mod_status.html.
Parameters
Names | Default Value | Description |
---|---|---|
Protocol | http | The protocol used by Apache for web access |
Host IP Address | 127.0.0.1 | The host on which Apache is running. |
Port | 80 | The port on which Apache is running. |
URI | server-status?auto | The Url for getting server-status of Apache. |
Note: All field attributes are mandatory. Use default values wherever applicable.
Collected Metrics
Metric Name | Display Name | Description |
---|---|---|
apache.performance.uptime | Apache-Uptime | Checks the uptime apache service |
apache.net.bytes_per_sec | Apache-BytesPerSec | Provides the number of bytes transferred per second |
apache.net.request_per_request | Apache-BytesPerRequest | Provides the number of bytes transferred per request |
apache.net.request_per_sec | Apache-RequestsPerSec | Provides the number of requests made per second |
apache.net.total_kbytes | Apache-TotalkBytes | Provides the number of total kbytes |
apache.performance.scoreboard | Apache-ScoreBoard | Provides the scoreboard metrics |
apache.performance.cpu_load | Apache-CPULoad | Provides the CPU Load of the apache service |
apache.performance.open_slots | Apache-OpenSlots | Provides the number of open slots |
apache.performance.idle_workers | Apache-IdleWorkers | Provides the number of idle workers |
apache.performance.busy_workers | Apache-BusyWorkers | Provides the number of busy workers |
apache.performance.total_accesses | Apache-TotalAccesses | Provides the total number of accesses made. |