| Namespace | Data Type | Description (optional) | Safe | Default |
|---|---|---|---|---|
| /intel/apache/BusyWorkers | float64 | Busy workers | ✅ | 0 |
| /intel/apache/BytesPerReq | float64 | Bytes transferred per request | ❌ | 0 |
| /intel/apache/BytesPerSec | float64 | Bytes transferred per second | ✅ | 0 |
| /intel/apache/CPULoad | float64 | CPU load | ✅ | 0 |
| /intel/apache/ConnsAsyncClosing | float64 | Asynchronous closing connections | ✅ | 0 |
| /intel/apache/ConnsAsyncKeepAlive | float64 | Asynchronous keepalive connections | ✅ | 0 |
| /intel/apache/ConnsAsyncWriting | float64 | Asynchronous writing connections | ✅ | 0 |
| /intel/apache/ConnsTotal | float64 | Total connections | ✅ | 0 |
| /intel/apache/IdleWorkers | float64 | Idle workers | ✅ | 0 |
| /intel/apache/ReqPerSec | float64 | Requests per second | ✅ | 0 |
| /intel/apache/Total_Accesses | float64 | Total accesses | ✅ | 0 |
| /intel/apache/Total_kBytes | float64 | Total kBytes | ✅ | 0 |
| /intel/apache/Uptime | float64 | Server uptime | ✅ | 0 |
| /intel/apache/workers/Closing | float64 | Closing connection | ✅ | 0 |
| /intel/apache/workers/DNSLookup | float64 | DNS Lookup | ✅ | 0 |
| /intel/apache/workers/Finishing | float64 | Gracefully finishing | ✅ | 0 |
| /intel/apache/workers/Idle_Cleanup | float64 | Idle cleanup of worker | ✅ | 0 |
| /intel/apache/workers/Keepalive | float64 | Keepalive (read) | ✅ | 0 |
| /intel/apache/workers/Logging | float64 | Logging | ✅ | 0 |
| /intel/apache/workers/Open | float64 | Open slot with no current process | ✅ | 0 |
| /intel/apache/workers/Reading | float64 | Reading Request | ✅ | 0 |
| /intel/apache/workers/Sending | float64 | Sending Reply | ✅ | 0 |
| /intel/apache/workers/Starting | float64 | Starting up | ✅ | 0 |
| /intel/apache/workers/Waiting | float64 | Waiting for Connection | ✅ | 0 |
| /intel/apache/ServerVersion | string | Apache server version | ❌ | "Not Found" |
| /intel/apache/ServerMPM | string | Apache servers selected MPM | ❌ | "Not Found" |
| /intel/apache/Server_Built | string | Build time for server | ❌ | "Not Found" |
| /intel/apache/CurrentTime | string | Current server time | ❌ | "Not Found" |
| /intel/apache/RestartTime | string | Last server restart time | ❌ | "Not Found" |
| /intel/apache/ParentServerConfigGeneration | int | # times apache has reread configs and restarted child processes | ❌ | 0 |
| /intel/apache/ParentServerMPMGeneration | int | # times apache has reread MPM configs and restarted child processes | ❌ | 0 |
| /intel/apache/ServerUptime | string | Server uptime in readable string | ❌ | "Not Found" |
| /intel/apache/CPUUser | float64 | jiffs used in User Mode | ❌ | 0 |
| /intel/apache/CPUSystem | float64 | jiffs used in System Mode | ❌ | 0 |
| /intel/apache/CPUChildrenUser | float64 | jiffs used in User Mode by child processes | ❌ | 0 |
| /intel/apache/CPUChildrenSystem | float64 | jiffs used in System Mode by child processes | ❌ | 0 |
| /intel/apache/Load1 | float64 | Server load over last 1 minute | ❌ | 0 |
| /intel/apache/Load5 | float64 | Server load over last 5 minutes | ❌ | 0 |
| /intel/apache/Load15 | float64 | Server load over last 15 minutes | ❌ | 0 |
This repository was archived by the owner on Nov 8, 2022. It is now read-only.