cc-metric-collector: update tinyfat

This commit is contained in:
Michael Panzlaff
2026-03-04 17:09:34 +01:00
parent 95d1f1d5e9
commit e28a9aafd5
7 changed files with 288 additions and 108 deletions

View File

@@ -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