mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
Update configuration file
This commit is contained in:
parent
73fd59537e
commit
a08af3b050
34
config.json
34
config.json
@ -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"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user