]> Git Repo - linux.git/commit
tools/power turbostat: Add columns for clustered uncore frequency
authorLen Brown <[email protected]>
Thu, 25 Apr 2024 01:12:18 +0000 (21:12 -0400)
committerLen Brown <[email protected]>
Thu, 16 May 2024 01:50:06 +0000 (21:50 -0400)
commit78464d7681f79bb48995c3d29d7e93d27ba69bca
tree61d882677a91aa825bc489340d52a72cd3c6888e
parent0e39702fbbcdb16ad349439065d24a3bb5e2f331
tools/power turbostat: Add columns for clustered uncore frequency

New machines have multiple uncore frequencies per package,
visible in /sys/devices/system/cpu/intel_uncore_frequency/uncore##/

turbostat now samples these frequencies each measurement interval.

For each package, turbostat now prints "UMHzX.Y" columns,
where X = domain_id, and Y = fabric_cluster_id.

The system summary for each UMHzX.Y column is the average value
for across all of the packages in the system.

Signed-off-by: Len Brown <[email protected]>
tools/power/x86/turbostat/turbostat.8
tools/power/x86/turbostat/turbostat.c
This page took 0.058525 seconds and 4 git commands to generate.