Apache HTTP Server · Example Payload

Httpd Serverstatus Example

ApacheLoad BalancerOpen SourceProxyReverse ProxyWeb Server

Httpd Serverstatus Example is an example object payload from Apache HTTP Server, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ServerVersionServerMPMServerUptimeSecondsLoad1Load5Load15ReqPerSecBytesPerSecBusyWorkersIdleWorkersScoreboard

Example Payload

Raw ↑
{
  "ServerVersion": "Apache/2.4.57 (Unix)",
  "ServerMPM": "event",
  "ServerUptimeSeconds": 86400,
  "Load1": 0.12,
  "Load5": 0.09,
  "Load15": 0.08,
  "ReqPerSec": 142.3,
  "BytesPerSec": 512000,
  "BusyWorkers": 10,
  "IdleWorkers": 6,
  "Scoreboard": "___________W_______"
}