mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
Update README.md
This commit is contained in:
parent
8e6482101b
commit
1f03afe81b
21
README.md
21
README.md
@ -18,14 +18,15 @@ Configuration is implemented using a single json document that is distributed ov
|
|||||||
"core": 30,
|
"core": 30,
|
||||||
"node": 60
|
"node": 60
|
||||||
}
|
}
|
||||||
metrics: [
|
"metrics": [
|
||||||
ipc,
|
"ipc",
|
||||||
flops_any,
|
"flops_any",
|
||||||
clock,
|
"clock",
|
||||||
load,
|
"load",
|
||||||
mem_bw,
|
"mem_bw",
|
||||||
mem_used,
|
"mem_used",
|
||||||
net_bw,
|
"net_bw",
|
||||||
file_bw
|
"file_bw"
|
||||||
]}
|
]
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user