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", "host": "localhost",
"port": "8080", "port": "8080",
"report": { "interval" : 3,
"levels": ["core","node"], "duration" : 1,
"interval": 120 "collectors": [
}, "memstat",
"schedule": { "likwid",
"core": { "loadavg",
"frequency": 30, "netstat"
"duration": 10 ]
},
"node":{
"frequency": 60,
"duration": 20
}
},
"metrics": [
"ipc",
"flops_any",
"clock",
"load",
"mem_bw",
"mem_used",
"net_bw",
"file_bw"
],
"collector_path": "./collectors"
} }