cc-metric-collector/collectors/topprocsMetric.md
2021-12-27 17:07:59 +01:00

16 lines
260 B
Markdown

## `topprocs` collector
```json
"topprocs": {
"num_procs": 5
}
```
The `topprocs` collector reads the TopX processes (sorted by CPU utilization, `ps -Ao comm --sort=-pcpu`).
In contrast to most other collectors, the metric value is a `string`.