mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-07-30 16:36:07 +02:00
Script version, no time loop
This commit is contained in:
33
config.json
Normal file
33
config.json
Normal 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"
|
||||
}
|
Reference in New Issue
Block a user