diff --git a/collectors/topprocsMetric.md b/collectors/topprocsMetric.md index e69de29..ca47582 100644 --- a/collectors/topprocsMetric.md +++ b/collectors/topprocsMetric.md @@ -0,0 +1,15 @@ + +## `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`. + + +