mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-03-04 05:55:56 +01:00
13 lines
274 B
JSON
13 lines
274 B
JSON
|
{
|
||
|
"clusters": [
|
||
|
{
|
||
|
"name": "fritz",
|
||
|
"default_metrics": "cpu_load, flops_any, core_power, lustre_open, mem_used, mem_bw, net_bytes_in"
|
||
|
},
|
||
|
{
|
||
|
"name": "alex",
|
||
|
"default_metrics": "flops_any, mem_bw, mem_used, vectorization_ratio"
|
||
|
}
|
||
|
]
|
||
|
}
|