Apache Metrics
See also: Apache integration information.
apache.conns_async_closing
The number of asynchronous closing connections.
apache.conns_async_keep_alive
The number of asynchronous keep-alive connections.
apache.conns_async_writing
The number of asynchronous write connections.
apache.conns_total
The total number of connections handled.
apache.net.bytes
The total number of bytes served.
apache.net.bytes_per_s
The number of bytes served per second.
apache.net.hits
The total number of requests performed.
apache.net.request_per_s
The number of requests performed per second.
apache.performance.busy_workers
The number of workers currently serving requests.
apache.performance.cpu_load
The percentage of CPU used.
apache.performance.idle_workers
The number of idle workers in the instance.
apache.performance.uptime
The amount of time the server has been running in seconds.