mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-23 21:01:42 +02:00
16 lines
260 B
Markdown
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`.
|
|
|
|
|
|
|