Script version, no time loop

This commit is contained in:
Thomas Roehl
2021-03-17 18:00:09 +01:00
parent 79149b3c12
commit 24c5a80585
6 changed files with 288 additions and 0 deletions

33
config.json Normal file
View File

@@ -0,0 +1,33 @@
{
"sink": {
"user": "admin",
"password": "12345"
},
"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"
}