]> www.infradead.org Git - nvme.git/commitdiff
tools/power turbostat: 2024.11.30
authorLen Brown <len.brown@intel.com>
Sat, 30 Nov 2024 21:22:00 +0000 (16:22 -0500)
committerLen Brown <len.brown@intel.com>
Sat, 30 Nov 2024 21:48:56 +0000 (16:48 -0500)
since 2024.07.26:

assorted minor bug fixes
assorted platform specific tweaks
initial RAPL PSYS (SysWatt) support

Signed-off-by: Len Brown <len.brown@intel.com>
tools/power/x86/turbostat/turbostat.8
tools/power/x86/turbostat/turbostat.c

index 95eb02346d3aefe2d82197ae45a9d21b5f14a11c..a7f7ed01421c1494f53780da8f1ee0381191876c 100644 (file)
@@ -190,7 +190,7 @@ The system configuration dump (if --quiet is not used) is followed by statistics
 .PP
 \fBRAMWatt\fP Watts consumed by the DRAM DIMMS -- available only on server processors.
 .PP
-\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.
+\fBSysWatt\fP Watts consumed by the whole platform (RAPL PSYS). Disabled by default.  Enable with --enable SysWatt.
 .PP
 \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.
 .PP
index 88c7f896c5b29e1c98f7d75a017f8459f8e67776..58a487c225a73a5e671027dfdefa193284747f0d 100644 (file)
@@ -9236,7 +9236,7 @@ int get_and_dump_counters(void)
 
 void print_version()
 {
-       fprintf(outf, "turbostat version 2024.07.26 - Len Brown <lenb@kernel.org>\n");
+       fprintf(outf, "turbostat version 2024.11.30 - Len Brown <lenb@kernel.org>\n");
 }
 
 #define COMMAND_LINE_SIZE 2048