Skip to content

MyApache Server Status

The MyApache Server Status page provides real-time system metrics and Apache process details for performance monitoring and diagnostics.

Overview

URL: admin/my-apache-server-status

MyApache Server Status

This page displays:

  • System warnings and health indicators based on current Apache performance
  • A detailed table of key Apache metrics and values

Status Panels

Two panels provide quick server health overview:

Warnings

Displayed if any metric exceeds predefined thresholds.

Example:

  • 1-minute load average is high: 1.05 (threshold: 0.9)

System Health

Shown when server is operating within normal parameters.

Includes:

  • Load averages (1m, 5m, 15m)
  • Active workers (BusyWorkers, IdleWorkers)
  • CPU Load
  • Total connections
  • Server uptime

Metric Table

KeyDescription
ServerVersionApache version and loaded modules
ServerMPMMulti-Processing Module type (e.g., event, prefork, worker)
Server BuiltDate and time when Apache was compiled
CurrentTimeCurrent server time in UTC
RestartTimeTimestamp of last Apache restart
ParentServerConfigGenerationGeneration number of configuration restarts
ParentServerMPMGenerationMPM generation number
ServerUptimeSecondsApache uptime in seconds
ServerUptimeApache uptime in human-readable format
Load11-minute system load average
Load55-minute system load average
Load1515-minute system load average
Total AccessesTotal number of HTTP requests served
Total kBytesTotal amount of data transferred in kilobytes
Total DurationTotal duration of all served requests
CPUUserCPU time spent in user mode
CPUSystemCPU time spent in system mode
CPUChildrenUserCPU time used by Apache child processes (user)
CPUChildrenSystemCPU time used by Apache child processes (system)
CPULoadCPU usage as a floating point value
UptimeDuplicate of ServerUptimeSeconds
ReqPerSecAverage number of requests per second
BytesPerSecAverage number of bytes transferred per second
BytesPerReqAverage number of bytes per HTTP request
DurationPerReqAverage duration per request
BusyWorkersNumber of currently active workers
GracefulWorkersNumber of gracefully closing workers
IdleWorkersNumber of idle workers ready to serve
ProcessesTotal Apache processes running
StoppingNumber of processes in stopping state
ConnsTotalTotal number of current connections
ConnsAsyncWaitIOConnections in async wait I/O state
ConnsAsyncWritingConnections actively writing responses
ConnsAsyncKeepAliveConnections in keep-alive state
ConnsAsyncClosingConnections in process of closing