Skip to content

Commit 86d2377

Browse files
committed
tools/power turbostat: 2024.11.30
since 2024.07.26: assorted minor bug fixes assorted platform specific tweaks initial RAPL PSYS (SysWatt) support Signed-off-by: Len Brown <[email protected]>
1 parent e5f687b commit 86d2377

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/power/x86/turbostat/turbostat.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ The system configuration dump (if --quiet is not used) is followed by statistics
190190
.PP
191191
\fBRAMWatt\fP Watts consumed by the DRAM DIMMS -- available only on server processors.
192192
.PP
193-
\fBSysWatt\fP Watts consumed by the whole platform (RAPL PSYS). Disabled by default. May require platform specific information to interpret the data, making it not suitable for general use.
193+
\fBSysWatt\fP Watts consumed by the whole platform (RAPL PSYS). Disabled by default. Enable with --enable SysWatt.
194194
.PP
195195
\fBPKG_%\fP percent of the interval that RAPL throttling was active on the Package. Note that the system summary is the sum of the package throttling time, and thus may be higher than 100% on a multi-package system. Note that the meaning of this field is model specific. For example, some hardware increments this counter when RAPL responds to thermal limits, but does not increment this counter when RAPL responds to power limits. Comparing PkgWatt and PkgTmp to system limits is necessary.
196196
.PP

tools/power/x86/turbostat/turbostat.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -9236,7 +9236,7 @@ int get_and_dump_counters(void)
92369236

92379237
void print_version()
92389238
{
9239-
fprintf(outf, "turbostat version 2024.07.26 - Len Brown <[email protected]>\n");
9239+
fprintf(outf, "turbostat version 2024.11.30 - Len Brown <[email protected]>\n");
92409240
}
92419241

92429242
#define COMMAND_LINE_SIZE 2048

0 commit comments

Comments
 (0)