diff --git a/README.md b/README.md index 6f78156..5e6d9f8 100644 --- a/README.md +++ b/README.md @@ -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 -]} ```