load
Reference for the `load` collector.
load· collector · runnanook doc loadfor the same content in your terminal.
System load averages.
Metrics
| Metric | Kind | Unit | Description |
|---|---|---|---|
load.1m | numeric | — | load average over the last minute |
load.5m | numeric | — | load average over the last 5 minutes |
load.15m | numeric | — | load average over the last 15 minutes |
Examples
Collect every 5s
[[]]
= "load"
= 5
Sustained 5-minute load above core count
# tune the threshold to match your CPU count
[[]]
= "load.5m > 4"
= 6
= "ops"
Sudden load spike
[[]]
= "load.1m > 10"
= 3
= "ops"
= { = 300, = "oncall" }