WARNING: Version 6.0 of Metricbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Apache Fields
editApache Fields
editApache HTTPD server metricsets collected from the Apache web server.
apache Fields
editapache
contains the metrics that were scraped from Apache.
status Fields
editstatus
contains the metrics that were scraped from the Apache status page.
apache.status.hostname
edittype: keyword
Apache hostname.
apache.status.total_accesses
edittype: long
Total number of access requests.
apache.status.total_kbytes
edittype: long
Total number of kilobytes served.
apache.status.requests_per_sec
edittype: scaled_float
Requests per second.
apache.status.bytes_per_sec
edittype: scaled_float
Bytes per second.
apache.status.bytes_per_request
edittype: scaled_float
Bytes per request.
apache.status.workers.busy
edittype: long
Number of busy workers.
apache.status.workers.idle
edittype: long
Number of idle workers.
uptime Fields
editUptime stats.
apache.status.uptime.server_uptime
edittype: long
Server uptime in seconds.
apache.status.uptime.uptime
edittype: long
Server uptime.
cpu Fields
editCPU stats.
apache.status.cpu.load
edittype: scaled_float
CPU Load.
apache.status.cpu.user
edittype: scaled_float
CPU user load.
apache.status.cpu.system
edittype: scaled_float
System cpu.
apache.status.cpu.children_user
edittype: scaled_float
CPU of children user.
apache.status.cpu.children_system
edittype: scaled_float
CPU of children system.
connections Fields
editConnection stats.
apache.status.connections.total
edittype: long
Total connections.
apache.status.connections.async.writing
edittype: long
Async connection writing.
apache.status.connections.async.keep_alive
edittype: long
Async keeped alive connections.
apache.status.connections.async.closing
edittype: long
Async closed connections.
load Fields
editLoad averages.
apache.status.load.1
edittype: scaled_float
Load average for the last minute.
apache.status.load.5
edittype: scaled_float
Load average for the last 5 minutes.
apache.status.load.15
edittype: scaled_float
Load average for the last 15 minutes.
scoreboard Fields
editScoreboard metrics.
apache.status.scoreboard.starting_up
edittype: long
Starting up.
apache.status.scoreboard.reading_request
edittype: long
Reading requests.
apache.status.scoreboard.sending_reply
edittype: long
Sending Reply.
apache.status.scoreboard.keepalive
edittype: long
Keep alive.
apache.status.scoreboard.dns_lookup
edittype: long
Dns Lookups.
apache.status.scoreboard.closing_connection
edittype: long
Closing connections.
apache.status.scoreboard.logging
edittype: long
Logging
apache.status.scoreboard.gracefully_finishing
edittype: long
Gracefully finishing.
apache.status.scoreboard.idle_cleanup
edittype: long
Idle cleanups.
apache.status.scoreboard.open_slot
edittype: long
Open slots.
apache.status.scoreboard.waiting_for_connection
edittype: long
Waiting for connections.
apache.status.scoreboard.total
edittype: long
Total.