mirror of
https://github.com/ClusterCockpit/cc-examples.git
synced 2026-03-17 22:17:30 +01:00
Update config for v1.5.0
This commit is contained in:
59
nhr@fau/cc-backend/uiConfig.json
Normal file
59
nhr@fau/cc-backend/uiConfig.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"job-view": {
|
||||
"show-polar-plot":true,
|
||||
"show-footprint": true,
|
||||
"show-roofline": true,
|
||||
"show-stat-table": true
|
||||
},
|
||||
"metric-config": {
|
||||
"job-list-metrics": ["cpu_load", "flops_any", "mem_bw", "mem_used"],
|
||||
"job-view-plot-metrics": ["cpu_load", "cpu_user", "flops_any", "mem_bw", "mem_used", "clock", "ipc", "cpu_power", "nfs4_total"],
|
||||
"job-view-table-metrics": ["mem_bw", "flops_any", "mem_used"],
|
||||
"clusters": [
|
||||
{
|
||||
"name": "fritz",
|
||||
"job-view-plot-metrics": ["cpu_load", "cpu_user", "flops_any", "vectorization_ratio", "mem_bw", "mem_used", "flops_dp", "flops_sp", "ib_recv", "ib_xmit", "clock", "ipc", "cpu_power", "mem_power", "nfs4_total"]
|
||||
},
|
||||
{
|
||||
"name": "alex",
|
||||
"job-list-metrics": ["acc_utilization", "acc_mem_used", "cpu_load", "flops_any", "mem_bw", "mem_used"],
|
||||
"job-view-plot-metrics": ["acc_utilization", "nv_mem_util", "acc_mem_used", "acc_power", "nv_sm_clock", "nv_temp", "cpu_load", "cpu_user", "flops_any", "mem_bw", "mem_used", "clock", "ipc", "cpu_power", "nfs4_total"],
|
||||
"job-view-table-metrics": ["acc_utilization", "mem_bw", "flops_any", "mem_used"]
|
||||
},
|
||||
{
|
||||
"name": "tinygpu",
|
||||
"job-list-metrics": ["acc_utilization", "acc_mem_used", "cpu_load", "flops_any", "mem_bw", "mem_used"],
|
||||
"job-view-plot-metrics": ["acc_utilization", "nv_mem_util", "acc_mem_used", "acc_power", "nv_sm_clock", "nv_temp", "cpu_load", "cpu_user", "flops_any", "mem_bw", "mem_used", "clock", "ipc", "cpu_power", "nfs4_total"],
|
||||
"job-view-table-metrics": ["acc_utilization", "mem_bw", "flops_any", "mem_used"]
|
||||
},
|
||||
{
|
||||
"name": "helma",
|
||||
"job-list-metrics": ["acc_utilization", "acc_mem_used", "cpu_load", "flops_any", "mem_bw", "mem_used"],
|
||||
"job-view-plot-metrics": ["acc_utilization", "nv_mem_util", "acc_mem_used", "acc_power", "nv_sm_clock", "nv_temp", "cpu_load", "cpu_user", "flops_any", "mem_bw", "mem_used", "clock", "ipc", "cpu_power", "ib_recv", "ib_xmit", "nfs4_total"],
|
||||
"job-view-table-metrics": ["acc_utilization", "mem_bw", "flops_any", "mem_used"],
|
||||
"sub-clusters": [
|
||||
{
|
||||
"name": "cpu",
|
||||
"job-list-metrics": ["cpu_load", "flops_any", "mem_bw", "mem_used"],
|
||||
"job-view-plot-metrics": [ "cpu_load", "cpu_user", "flops_any", "mem_bw", "mem_used", "clock", "ipc", "cpu_power", "flops_dp", "flops_sp", "ib_recv", "ib_xmit", "nfs4_total"],
|
||||
"job-view-table-metrics": ["mem_bw", "flops_any", "mem_used"]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"plot-configuration": {
|
||||
"plots-per-row": 3,
|
||||
"color-background": true,
|
||||
"line-width": 3,
|
||||
"color-scheme": [
|
||||
"#00bfff",
|
||||
"#0000ff",
|
||||
"#ff00ff",
|
||||
"#ff0000",
|
||||
"#ff8000",
|
||||
"#ffff00",
|
||||
"#80ff00"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user