Apache HTTP Server · JSON Structure

Httpd Serverstatus Structure

Type: object Properties: 11
ApacheLoad BalancerOpen SourceProxyReverse ProxyWeb Server

Httpd Serverstatus Structure is a JSON Structure definition published by Apache HTTP Server, describing 11 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

ServerVersion ServerMPM ServerUptimeSeconds Load1 Load5 Load15 ReqPerSec BytesPerSec BusyWorkers IdleWorkers Scoreboard

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/apache-httpd/json-structure/httpd-serverstatus-structure.json",
  "title": "ServerStatus",
  "type": "object",
  "properties": {
    "ServerVersion": "string",
    "ServerMPM": "string",
    "ServerUptimeSeconds": "int32",
    "Load1": "double",
    "Load5": "double",
    "Load15": "double",
    "ReqPerSec": "double",
    "BytesPerSec": "double",
    "BusyWorkers": "int32",
    "IdleWorkers": "int32",
    "Scoreboard": "string"
  }
}