cc-metric-collector/collectors/schedstatMetric.md
Michael Schwarz 85fafcfae8 Add new collector for /proc/schedstat
The `schedstat` collector reads data from /proc/schedstat and calculates
  a load value, separated by hwthread. This might be useful to detect bad
  cpu pinning on shared nodes etc.
2022-09-07 09:05:09 +02:00

11 lines
265 B
Markdown

## `schedstat` collector
```json
"schedstat": {
}
```
The `schedstat` collector reads data from /proc/schedstat and calculates a load value, separated by hwthread. This might be useful to detect bad cpu pinning on shared nodes etc.
Metric:
* `cpu_load_core`