mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-28 23:11:46 +01:00
46 lines
860 B
JSON
46 lines
860 B
JSON
{
|
|
"job-list": {
|
|
"use-paging": false,
|
|
"show-footprint":false
|
|
},
|
|
"job-view": {
|
|
"show-polar-plot": true,
|
|
"show-footprint": true,
|
|
"show-roofline": true,
|
|
"show-stat-table": true
|
|
},
|
|
"metric-config": {
|
|
"job-list-metrics": ["mem_bw", "flops_dp"],
|
|
"job-view-plot-metrics": ["mem_bw", "flops_dp"],
|
|
"job-view-table-metrics": ["mem_bw", "flops_dp"],
|
|
"clusters": [
|
|
{
|
|
"name": "test",
|
|
"sub-clusters": [
|
|
{
|
|
"name": "one",
|
|
"job-list-metrics": ["mem_used", "flops_sp"]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"node-list": {
|
|
"use-paging": true
|
|
},
|
|
"plot-configuration": {
|
|
"plots-per-row": 3,
|
|
"color-background": true,
|
|
"line-width": 3,
|
|
"color-scheme": [
|
|
"#00bfff",
|
|
"#0000ff",
|
|
"#ff00ff",
|
|
"#ff0000",
|
|
"#ff8000",
|
|
"#ffff00",
|
|
"#80ff00"
|
|
]
|
|
}
|
|
}
|