Skip to content

Commit 78464d7

Browse files
committed
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]>
1 parent 0e39702 commit 78464d7

File tree

2 files changed

+226
-120
lines changed

2 files changed

+226
-120
lines changed

tools/power/x86/turbostat/turbostat.8

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,9 @@ The system configuration dump (if --quiet is not used) is followed by statistics
155155
.PP
156156
\fBRAM_%\fP percent of the interval that RAPL throttling was active on DRAM.
157157
.PP
158-
\fBUncMHz\fP uncore MHz, instantaneous sample.
158+
\fBUncMHz\fP per-package uncore MHz, instantaneous sample.
159+
.PP
160+
\fBUMHz1.0\fP per-package uncore MHz for domain=1 and fabric_cluster=0, instantaneous sample. System summary is the average of all packages.
159161
.SH TOO MUCH INFORMATION EXAMPLE
160162
By default, turbostat dumps all possible information -- a system configuration header, followed by columns for all counters.
161163
This is ideal for remote debugging, use the "--out" option to save everything to a text file, and get that file to the expert helping you debug.

0 commit comments

Comments
 (0)