diff options
author | Doug Smythies <doug.smythies@gmail.com> | 2017-03-04 17:48:49 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2017-04-12 20:03:49 -0400 |
commit | ab23d1146a8e7bd045507fe8a380827dc03e056d (patch) | |
tree | 064a6f842eed4555d84680646e0c24085af42e6c /tools | |
parent | 6dbd25a24599db07d88a805615bad1f4d48a5749 (diff) |
tools/power turbostat: turbostat.8 add missing column definitions
Add GFX%rc6 and GFXMHz to the column descriptions section
of the turbostat man page.
Signed-off-by: Doug Smythies <dsmythies@telus.net>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/power/x86/turbostat/turbostat.8 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/power/x86/turbostat/turbostat.8 b/tools/power/x86/turbostat/turbostat.8 index fedca3285326..ccf2a69365cc 100644 --- a/tools/power/x86/turbostat/turbostat.8 +++ b/tools/power/x86/turbostat/turbostat.8 | |||
@@ -100,6 +100,8 @@ The system configuration dump (if --quiet is not used) is followed by statistics | |||
100 | \fBCPU%c1, CPU%c3, CPU%c6, CPU%c7\fP show the percentage residency in hardware core idle states. These numbers are from hardware residency counters. | 100 | \fBCPU%c1, CPU%c3, CPU%c6, CPU%c7\fP show the percentage residency in hardware core idle states. These numbers are from hardware residency counters. |
101 | \fBCoreTmp\fP Degrees Celsius reported by the per-core Digital Thermal Sensor. | 101 | \fBCoreTmp\fP Degrees Celsius reported by the per-core Digital Thermal Sensor. |
102 | \fBPkgTtmp\fP Degrees Celsius reported by the per-package Package Thermal Monitor. | 102 | \fBPkgTtmp\fP Degrees Celsius reported by the per-package Package Thermal Monitor. |
103 | \fBGFX%rc6\fP The percentage of time the GPU is in the "render C6" state, rc6, during the measurement interval. From /sys/class/drm/card0/power/rc6_residency_ms. | ||
104 | \fBGFXMHz\fP Instantaneous snapshot of what sysfs presents at the end of the measurement interval. From /sys/class/graphics/fb0/device/drm/card0/gt_cur_freq_mhz. | ||
103 | \fBPkg%pc2, Pkg%pc3, Pkg%pc6, Pkg%pc7\fP percentage residency in hardware package idle states. These numbers are from hardware residency counters. | 105 | \fBPkg%pc2, Pkg%pc3, Pkg%pc6, Pkg%pc7\fP percentage residency in hardware package idle states. These numbers are from hardware residency counters. |
104 | \fBPkgWatt\fP Watts consumed by the whole package. | 106 | \fBPkgWatt\fP Watts consumed by the whole package. |
105 | \fBCorWatt\fP Watts consumed by the core part of the package. | 107 | \fBCorWatt\fP Watts consumed by the core part of the package. |