mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 12:37:25 +01:00
11 lines
265 B
Markdown
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`
|