Skip to content

[feature request] support Intel CPU Uncore Frequency #3688

Description

@wenjianhn

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.

  1. 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
  1. 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
2200000

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions