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
-
type: keyword
Apache hostname.
-
apache.status.total_accesses
-
type: long
Total number of access requests.
-
apache.status.total_kbytes
-
type: long
Total number of kilobytes served.
-
apache.status.requests_per_sec
-
type: scaled_float
Requests per second.
-
apache.status.bytes_per_sec
-
type: scaled_float
Bytes per second.
-
apache.status.bytes_per_request
-
type: scaled_float
Bytes per request.
-
apache.status.workers.busy
-
type: long
Number of busy workers.
-
apache.status.workers.idle
-
type: long
Number of idle workers.
uptime fields
editUptime stats.
-
apache.status.uptime.server_uptime
-
type: long
Server uptime in seconds.
-
apache.status.uptime.uptime
-
type: long
Server uptime.
cpu fields
editCPU stats.
-
apache.status.cpu.load
-
type: scaled_float
CPU Load.
-
apache.status.cpu.user
-
type: scaled_float
CPU user load.
-
apache.status.cpu.system
-
type: scaled_float
System cpu.
-
apache.status.cpu.children_user
-
type: scaled_float
CPU of children user.
-
apache.status.cpu.children_system
-
type: scaled_float
CPU of children system.
connections fields
editConnection stats.
-
apache.status.connections.total
-
type: long
Total connections.
-
apache.status.connections.async.writing
-
type: long
Async connection writing.
-
apache.status.connections.async.keep_alive
-
type: long
Async keeped alive connections.
-
apache.status.connections.async.closing
-
type: long
Async closed connections.
load fields
editLoad averages.
-
apache.status.load.1
-
type: scaled_float
Load average for the last minute.
-
apache.status.load.5
-
type: scaled_float
Load average for the last 5 minutes.
-
apache.status.load.15
-
type: scaled_float
Load average for the last 15 minutes.
scoreboard fields
editScoreboard metrics.
-
apache.status.scoreboard.starting_up
-
type: long
Starting up.
-
apache.status.scoreboard.reading_request
-
type: long
Reading requests.
-
apache.status.scoreboard.sending_reply
-
type: long
Sending Reply.
-
apache.status.scoreboard.keepalive
-
type: long
Keep alive.
-
apache.status.scoreboard.dns_lookup
-
type: long
Dns Lookups.
-
apache.status.scoreboard.closing_connection
-
type: long
Closing connections.
-
apache.status.scoreboard.logging
-
type: long
Logging
-
apache.status.scoreboard.gracefully_finishing
-
type: long
Gracefully finishing.
-
apache.status.scoreboard.idle_cleanup
-
type: long
Idle cleanups.
-
apache.status.scoreboard.open_slot
-
type: long
Open slots.
-
apache.status.scoreboard.waiting_for_connection
-
type: long
Waiting for connections.
-
apache.status.scoreboard.total
-
type: long
Total.