Apache fields

edit

Apache HTTPD server metricsets collected from the Apache web server.

apache fields

edit

apache contains the metrics that were scraped from Apache.

status fields

edit

status contains the metrics that were scraped from the Apache status page.

apache.status.hostname

edit

type: keyword

Apache hostname.

apache.status.total_accesses

edit

type: long

Total number of access requests.

apache.status.total_kbytes

edit

type: long

Total number of kilobytes served.

apache.status.requests_per_sec

edit

type: scaled_float

Requests per second.

apache.status.bytes_per_sec

edit

type: scaled_float

Bytes per second.

apache.status.bytes_per_request

edit

type: scaled_float

Bytes per request.

apache.status.workers.busy

edit

type: long

Number of busy workers.

apache.status.workers.idle

edit

type: long

Number of idle workers.

uptime fields

edit

Uptime stats.

apache.status.uptime.server_uptime

edit

type: long

Server uptime in seconds.

apache.status.uptime.uptime

edit

type: long

Server uptime.

cpu fields

edit

CPU stats.

apache.status.cpu.load

edit

type: scaled_float

CPU Load.

apache.status.cpu.user

edit

type: scaled_float

CPU user load.

apache.status.cpu.system

edit

type: scaled_float

System cpu.

apache.status.cpu.children_user

edit

type: scaled_float

CPU of children user.

apache.status.cpu.children_system

edit

type: scaled_float

CPU of children system.

connections fields

edit

Connection stats.

apache.status.connections.total

edit

type: long

Total connections.

apache.status.connections.async.writing

edit

type: long

Async connection writing.

apache.status.connections.async.keep_alive

edit

type: long

Async keeped alive connections.

apache.status.connections.async.closing

edit

type: long

Async closed connections.

load fields

edit

Load averages.

apache.status.load.1

edit

type: scaled_float

Load average for the last minute.

apache.status.load.5

edit

type: scaled_float

Load average for the last 5 minutes.

apache.status.load.15

edit

type: scaled_float

Load average for the last 15 minutes.

scoreboard fields

edit

Scoreboard metrics.

apache.status.scoreboard.starting_up

edit

type: long

Starting up.

apache.status.scoreboard.reading_request

edit

type: long

Reading requests.

apache.status.scoreboard.sending_reply

edit

type: long

Sending Reply.

apache.status.scoreboard.keepalive

edit

type: long

Keep alive.

apache.status.scoreboard.dns_lookup

edit

type: long

Dns Lookups.

apache.status.scoreboard.closing_connection

edit

type: long

Closing connections.

apache.status.scoreboard.logging

edit

type: long

Logging

apache.status.scoreboard.gracefully_finishing

edit

type: long

Gracefully finishing.

apache.status.scoreboard.idle_cleanup

edit

type: long

Idle cleanups.

apache.status.scoreboard.open_slot

edit

type: long

Open slots.

apache.status.scoreboard.waiting_for_connection

edit

type: long

Waiting for connections.

apache.status.scoreboard.total

edit

type: long

Total.