mirror of
https://github.com/ClusterCockpit/cc-examples.git
synced 2024-11-10 09:47:27 +01:00
162 lines
4.2 KiB
JSON
162 lines
4.2 KiB
JSON
{
|
|
"diskstat" : {},
|
|
"ibstat" : {},
|
|
"nfs4stat" : {},
|
|
"cpustat" : {},
|
|
"loadavg" : {},
|
|
"iostat" : {},
|
|
"netstat" : {
|
|
"include_devices" : [
|
|
"eno1"
|
|
],
|
|
"send_abs_values" : true,
|
|
"send_derived_values" : true
|
|
},
|
|
"tempstat" : {
|
|
"tag_override" : {
|
|
"hwmon1" : {
|
|
"type" : "socket",
|
|
"type-id" : "0"
|
|
},
|
|
"hwmon2" : {
|
|
"type" : "socket",
|
|
"type-id" : "1"
|
|
}
|
|
}
|
|
},
|
|
"memstat" : {
|
|
"node_stats": true
|
|
},
|
|
"likwid": {
|
|
"force_overwrite" : true,
|
|
"invalid_to_zero" : true,
|
|
"liblikwid_path": "/apps/likwid/system/lib/liblikwid.so",
|
|
"access_mode" : "accessdaemon",
|
|
"accessdaemon_path" : "/apps/likwid/system/sbin",
|
|
"eventsets": [
|
|
{
|
|
"events": {
|
|
"FIXC0": "INSTR_RETIRED_ANY",
|
|
"FIXC1": "CPU_CLK_UNHALTED_CORE",
|
|
"FIXC2": "CPU_CLK_UNHALTED_REF",
|
|
"MBOX0C0": "CAS_COUNT_RD",
|
|
"MBOX0C1": "CAS_COUNT_WR",
|
|
"MBOX1C0": "CAS_COUNT_RD",
|
|
"MBOX1C1": "CAS_COUNT_WR",
|
|
"MBOX2C0": "CAS_COUNT_RD",
|
|
"MBOX2C1": "CAS_COUNT_WR",
|
|
"MBOX3C0": "CAS_COUNT_RD",
|
|
"MBOX3C1": "CAS_COUNT_WR",
|
|
"PMC0": "FP_ARITH_INST_RETIRED_128B_PACKED_DOUBLE",
|
|
"PMC1": "FP_ARITH_INST_RETIRED_SCALAR_DOUBLE",
|
|
"PMC2": "FP_ARITH_INST_RETIRED_256B_PACKED_DOUBLE",
|
|
"PWR0": "PWR_PKG_ENERGY",
|
|
"PWR3": "PWR_DRAM_ENERGY"
|
|
},
|
|
"metrics": [
|
|
{
|
|
"calc": "1E-6*(FIXC1/FIXC2)/inverseClock",
|
|
"name": "clock",
|
|
"publish": true,
|
|
"unit": "MHz",
|
|
"type": "hwthread"
|
|
},
|
|
{
|
|
"calc": "FIXC0/FIXC1",
|
|
"name": "ipc",
|
|
"publish": true,
|
|
"type": "hwthread"
|
|
},
|
|
{
|
|
"calc": "PWR0/time",
|
|
"name": "cpu_power",
|
|
"publish": true,
|
|
"unit": "Watt",
|
|
"type": "socket"
|
|
},
|
|
{
|
|
"calc": "PWR3/time",
|
|
"name": "mem_power",
|
|
"publish": true,
|
|
"unit": "Watt",
|
|
"type": "socket"
|
|
},
|
|
{
|
|
"calc": "1E-9*(PMC0*2.0+PMC1+PMC2*4.0)/time",
|
|
"name": "flops_dp",
|
|
"publish": true,
|
|
"unit": "GFlops/s",
|
|
"type": "hwthread"
|
|
},
|
|
{
|
|
"calc": "1E-9*(MBOX0C0+MBOX1C0+MBOX2C0+MBOX3C0+MBOX0C1+MBOX1C1+MBOX2C1+MBOX3C1)*64.0/time",
|
|
"name": "mem_bw",
|
|
"publish": true,
|
|
"unit": "GBytes/s",
|
|
"type": "socket"
|
|
},
|
|
{
|
|
"calc": "PMC0+PMC2",
|
|
"name": "dp_vec_ins",
|
|
"type": "hwthread",
|
|
"publish": false
|
|
},
|
|
{
|
|
"calc": "PMC0+PMC1+PMC2",
|
|
"name": "dp_fp_ins",
|
|
"type": "hwthread",
|
|
"publish": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"events": {
|
|
"FIXC0": "INSTR_RETIRED_ANY",
|
|
"FIXC1": "CPU_CLK_UNHALTED_CORE",
|
|
"FIXC2": "CPU_CLK_UNHALTED_REF",
|
|
"PMC0": "FP_ARITH_INST_RETIRED_128B_PACKED_SINGLE",
|
|
"PMC1": "FP_ARITH_INST_RETIRED_SCALAR_SINGLE",
|
|
"PMC2": "FP_ARITH_INST_RETIRED_256B_PACKED_SINGLE"
|
|
},
|
|
"metrics": [
|
|
{
|
|
"calc": "1E-9*(PMC0*4.0+PMC1+PMC2*8.0)/time",
|
|
"name": "flops_sp",
|
|
"unit": "GFlops/s",
|
|
"publish": true,
|
|
"type": "hwthread"
|
|
},
|
|
{
|
|
"calc": "PMC0+PMC2",
|
|
"name": "sp_vec_ins",
|
|
"type": "hwthread",
|
|
"publish": false
|
|
},
|
|
{
|
|
"calc": "PMC0+PMC1+PMC2",
|
|
"name": "sp_fp_ins",
|
|
"type": "hwthread",
|
|
"publish": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"globalmetrics": [
|
|
{
|
|
"calc": "100*((sp_vec_ins+dp_vec_ins)/(sp_fp_ins+dp_fp_ins))",
|
|
"name": "vectorization_ratio",
|
|
"type": "hwthread",
|
|
"unit": "%",
|
|
"publish": true
|
|
},
|
|
{
|
|
"calc": "(flops_dp * 2) + flops_sp",
|
|
"name": "flops_any",
|
|
"type": "hwthread",
|
|
"unit": "GFlops/s",
|
|
"publish": true
|
|
}
|
|
]
|
|
}
|
|
}
|