Update README.md

This commit is contained in:
moebiusband73 2021-02-17 14:34:43 +01:00 committed by GitHub
parent 8e6482101b
commit 1f03afe81b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,20 +12,21 @@ Configuration is implemented using a single json document that is distributed ov
``` json
{
"sink": "db.monitoring.center.de",
"granularity": "core",
"frequency": {
"core": 30,
"node": 60
"sink": "db.monitoring.center.de",
"granularity": "core",
"frequency": {
"core": 30,
"node": 60
}
"metrics": [
"ipc",
"flops_any",
"clock",
"load",
"mem_bw",
"mem_used",
"net_bw",
"file_bw"
]
}
metrics: [
ipc,
flops_any,
clock,
load,
mem_bw,
mem_used,
net_bw,
file_bw
]}
```