switch to cc-lib. docs: consistency for list

This commit is contained in:
brinkcoder 2025-03-05 01:36:50 +01:00
parent 5452c89a71
commit 9ca34d217a
2 changed files with 2 additions and 3 deletions

View File

@ -10,8 +10,8 @@ import (
"strings"
"time"
lp "github.com/ClusterCockpit/cc-lib/ccMessage"
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
lp "github.com/ClusterCockpit/cc-energy-manager/pkg/cc-message"
)
const SCHEDSTATFILE = `/proc/schedstat`

View File

@ -1,4 +1,3 @@
## `schedstat` collector
```json
"schedstat": {
@ -8,4 +7,4 @@
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`
- `cpu_load_core`