mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 12:37:25 +01:00
20 lines
363 B
Markdown
20 lines
363 B
Markdown
|
|
||
|
## `loadavg` collector
|
||
|
|
||
|
```json
|
||
|
"loadavg": {
|
||
|
"exclude_metrics": [
|
||
|
"proc_run"
|
||
|
]
|
||
|
}
|
||
|
```
|
||
|
|
||
|
The `loadavg` collector reads data from `/proc/loadavg` and outputs a handful **node** metrics. If a metric is not required, it can be excluded from forwarding it to the sink.
|
||
|
|
||
|
Metrics:
|
||
|
* `load_one`
|
||
|
* `load_five`
|
||
|
* `load_fifteen`
|
||
|
* `proc_run`
|
||
|
* `proc_total`
|