mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-05 21:25:55 +02:00
559 B
559 B
loadavg
collector
"loadavg": {
"exclude_metrics": [
"proc_run"
],
"only_metrics": [
"load_one",
"proc_total"
]
}
The loadavg
collector reads data from /proc/loadavg
and outputs a handful node metrics.
Both filtering mechanisms are supported:
exclude_metrics
: Excludes the specified metrics.only_metrics
: If provided, only the listed metrics are collected. This takes precedence overexclude_metrics
.
Metrics:
load_one
load_five
load_fifteen
proc_run
proc_total