Update configuration file

This commit is contained in:
Thomas Roehl 2021-03-25 14:47:44 +01:00
parent 73fd59537e
commit a08af3b050

View File

@ -5,29 +5,13 @@
},
"host": "localhost",
"port": "8080",
"report": {
"levels": ["core","node"],
"interval": 120
},
"schedule": {
"core": {
"frequency": 30,
"duration": 10
},
"node":{
"frequency": 60,
"duration": 20
}
},
"metrics": [
"ipc",
"flops_any",
"clock",
"load",
"mem_bw",
"mem_used",
"net_bw",
"file_bw"
],
"collector_path": "./collectors"
"interval" : 3,
"duration" : 1,
"collectors": [
"memstat",
"likwid",
"loadavg",
"netstat"
]
}