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",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user