mirror of
https://github.com/ClusterCockpit/cc-examples.git
synced 2026-03-17 22:17:30 +01:00
cc-metric-collector: update tinyfat
This commit is contained in:
@@ -11,13 +11,15 @@
|
||||
"include_devices" : [
|
||||
"eth0",
|
||||
"eth1",
|
||||
"eth2"
|
||||
"eth2",
|
||||
"enp1s0f0"
|
||||
],
|
||||
"send_abs_values": true,
|
||||
"send_derived_values": true
|
||||
},
|
||||
"diskstat" : {},
|
||||
"iostat" : {},
|
||||
"nfsiostat" : {},
|
||||
"tempstat" : {
|
||||
"tag_override" : {
|
||||
"hwmon1" : {
|
||||
@@ -45,8 +47,8 @@
|
||||
"PMC1": "CPU_CLOCKS_UNHALTED",
|
||||
"PMC2": "RETIRED_SSE_AVX_FLOPS_ALL",
|
||||
"PMC3": "MERGE",
|
||||
"DFC0": "DATA_FROM_LOCAL_DRAM_CHANNEL",
|
||||
"DFC1": "DATA_TO_LOCAL_DRAM_CHANNEL",
|
||||
"DFC0": "DRAM_CHANNEL_0",
|
||||
"DFC1": "DRAM_CHANNEL_1",
|
||||
"PWR0": "RAPL_CORE_ENERGY",
|
||||
"PWR1": "RAPL_PKG_ENERGY"
|
||||
},
|
||||
@@ -87,7 +89,7 @@
|
||||
},
|
||||
{
|
||||
"name": "mem_bw",
|
||||
"calc": "1E-9*(DFC0+DFC1)*64.0/time",
|
||||
"calc": "1E-9*(DFC0+DFC1)*(4.0/(8/4))*64.0/time",
|
||||
"unit": "Gbyte/s",
|
||||
"type": "socket",
|
||||
"publish": true
|
||||
|
||||
Reference in New Issue
Block a user