[feature request] support Intel CPU Uncore Frequency
Author: wenjianhnCreated Jun 12, 2026Updated Sep 7, 2026
Uncore Frequency plays an important role in AI workloads. It hurts performance badly if the frequency is low. We'd like to monitor min_freq_khz, max_freq_khz and current_freq_khz.
- monitor min_freq_khz and max_freq_khz to check if the bios configuration is correct:
# cat /sys/devices/system/cpu/intel_uncore_frequency/uncore00/{min_freq_khz,max_freq_khz}
2200000
2200000- monitor current_freq_khz to check if there is a electrical power issue:
# cat /sys/devices/system/cpu/intel_uncore_frequency/uncore00/current_freq_khz
2200000Source: prometheus/node_exporter