Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1592625 > unrolled thread

[PATCH] tools/power turbostat: turbostat.8 add missing column definitions

Started byDoug Smythies <doug.smythies@gmail.com>
First post2017-03-04 23:50 +0100
Last post2017-03-06 01:10 +0100
Articles 4 — 4 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] tools/power turbostat: turbostat.8 add missing column definitions Doug Smythies <doug.smythies@gmail.com> - 2017-03-04 23:50 +0100
    Re: [PATCH] tools/power turbostat: turbostat.8 add missing column definitions Len Brown <lenb@kernel.org> - 2017-03-05 00:40 +0100
      Re: [PATCH] tools/power turbostat: turbostat.8 add missing column definitions "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2017-03-06 00:20 +0100
        RE: [PATCH] tools/power turbostat: turbostat.8 add missing column  definitions "Brown, Len" <len.brown@intel.com> - 2017-03-06 01:10 +0100

#1592625 — [PATCH] tools/power turbostat: turbostat.8 add missing column definitions

FromDoug Smythies <doug.smythies@gmail.com>
Date2017-03-04 23:50 +0100
Subject[PATCH] tools/power turbostat: turbostat.8 add missing column definitions
Message-ID<thqEV-7AQ-11@gated-at.bofh.it>
Add GFX%rc6 and GFXMHz to the column descriptions section
of the turbostat man page.

Signed-off-by: Doug Smythies <dsmythies@telus.net>
---
 tools/power/x86/turbostat/turbostat.8 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/power/x86/turbostat/turbostat.8 b/tools/power/x86/turbostat/turbostat.8
index fedca32..ccf2a69 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
 \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.
 \fBCoreTmp\fP Degrees Celsius reported by the per-core Digital Thermal Sensor.
 \fBPkgTtmp\fP Degrees Celsius reported by the per-package Package Thermal Monitor.
+\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.
+\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.
 \fBPkg%pc2, Pkg%pc3, Pkg%pc6, Pkg%pc7\fP percentage residency in hardware package idle states.  These numbers are from hardware residency counters.
 \fBPkgWatt\fP Watts consumed by the whole package.
 \fBCorWatt\fP Watts consumed by the core part of the package.
-- 
2.7.4

[toc] | [next] | [standalone]


#1592639

FromLen Brown <lenb@kernel.org>
Date2017-03-05 00:40 +0100
Message-ID<thrrj-89Z-9@gated-at.bofh.it>
In reply to#1592625
Applied -- Thanks!

Len Brown, Intel Open Source Technology Center

[toc] | [prev] | [next] | [standalone]


#1592859

From"Rafael J. Wysocki" <rjw@rjwysocki.net>
Date2017-03-06 00:20 +0100
Message-ID<thNBv-7vz-5@gated-at.bofh.it>
In reply to#1592639
On Saturday, March 04, 2017 06:36:29 PM Len Brown wrote:
> Applied -- Thanks!

I guess I should include this into fixes too?

Or are you going to send a pull request with it to me?

Thanks,
Rafael

[toc] | [prev] | [next] | [standalone]


#1592864 — RE: [PATCH] tools/power turbostat: turbostat.8 add missing column definitions

From"Brown, Len" <len.brown@intel.com>
Date2017-03-06 01:10 +0100
SubjectRE: [PATCH] tools/power turbostat: turbostat.8 add missing column definitions
Message-ID<thOnT-89C-3@gated-at.bofh.it>
In reply to#1592859
> On Saturday, March 04, 2017 06:36:29 PM Len Brown wrote:
> > Applied -- Thanks!
> 
> I guess I should include this into fixes too?
> 
> Or are you going to send a pull request with it to me?

When I apply it, you don't have to.
I have a couple of other fixes being tested on my turbostat branch now,
and this is in w/ those.

thanks,
-Len

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web