apache.conns_async_closing (gauge) | The number of asynchronous closing connections. Shown as connection |
apache.conns_async_keep_alive (gauge) | The number of asynchronous keep alive connections. Shown as connection |
apache.conns_async_writing (gauge) | The number of asynchronous writes connections. Shown as connection |
apache.conns_total (gauge) | The total number of connections performed. Shown as connection |
apache.net.bytes (gauge) | The total number of bytes served. Shown as byte |
apache.net.bytes_per_s (gauge) | The number of bytes served per second. Shown as byte |
apache.net.hits (gauge) | The total number of requests performed. Shown as request |
apache.net.request_per_s (gauge) | The number of requests performed per second. Shown as request |
apache.performance.busy_workers (gauge) | The number of workers serving requests. Shown as thread |
apache.performance.cpu_load (gauge) | The percent of CPU used. Shown as percent |
apache.performance.idle_workers (gauge) | The number of idle workers. Shown as thread |
apache.performance.max_workers (gauge) | The maximum number of workers apache can start. Shown as thread |
apache.performance.uptime (gauge) | The amount of time the server has been running. Shown as second |
apache.scoreboard.closing_connection (gauge) | The amount of workers that are currently closing a connection. Shown as thread |
apache.scoreboard.disabled (gauge) | These slots will never be able to handle any requests, indicates a misconfiguration. Shown as thread |
apache.scoreboard.dns_lookup (gauge) | The workers waiting on a DNS lookup. Shown as thread |
apache.scoreboard.gracefully_finishing (gauge) | The number of workers finishing their request. Shown as thread |
apache.scoreboard.idle_cleanup (gauge) | These workers were idle and their process is being stopped. Shown as thread |
apache.scoreboard.keepalive (gauge) | The workers intended for a new request from the same client, because it asked to keep the connection alive. Shown as thread |
apache.scoreboard.logging (gauge) | The workers writing something to the Apache logs. Shown as thread |
apache.scoreboard.open_slot (gauge) | The amount of workers that Apache can still start before hitting the maximum number of workers. Shown as thread |
apache.scoreboard.reading_request (gauge) | The workers reading the incoming request. Shown as thread |
apache.scoreboard.sending_reply (gauge) | The number of workers sending a reply/response or waiting on a script (like PHP) to finish so they can send a reply. Shown as thread |
apache.scoreboard.starting_up (gauge) | The workers that are still starting up and not yet able to handle a request. Shown as thread |
apache.scoreboard.waiting_for_connection (gauge) | The number of workers that can immediately process an incoming request. Shown as thread |