From patchwork Sat Mar 4 22:48:49 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Smythies X-Patchwork-Id: 9604311 X-Patchwork-Delegate: lenb@kernel.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 0D6E860414 for ; Sat, 4 Mar 2017 22:49:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F3C472839C for ; Sat, 4 Mar 2017 22:49:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E8A7D283B3; Sat, 4 Mar 2017 22:49:07 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.5 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A58322839C for ; Sat, 4 Mar 2017 22:49:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752501AbdCDWtH (ORCPT ); Sat, 4 Mar 2017 17:49:07 -0500 Received: from mail-pg0-f66.google.com ([74.125.83.66]:33593 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752317AbdCDWtF (ORCPT ); Sat, 4 Mar 2017 17:49:05 -0500 Received: by mail-pg0-f66.google.com with SMTP id 77so3382349pgc.0; Sat, 04 Mar 2017 14:49:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=xD5K52PZjoCdl94IVtqWyHcWQzsh1oCEbTt100vV+qM=; b=TV2l4YM7b4zh8w8Ftstw5mLv2P720qZTWpmXhBEu4S45hz3vwVgsr55AlDJ0i0rZcz eqhN8aPb0EhCKAIyFV+84hh6dPiMmvs21lT9M8ItLdelceDMMSc/KaZbdofFjd8Hgnpl WB6uAJ0vouo5YN0zubGTN0Slxvn6wLJs2f8Z9iv4YCjb6YNZJjRRKlsTsmg8NLkfeGir rNDBRVQSgFAda9orfGBAibbVv4FbWUEapv68y/pCUPzf/FOa+/etRla7IadAtHMztMEi 90aEsjfN1HzUqZ9Nii3tY2jocqvEQHlAu5nrPeU+AycxTwwWETx+2BLol5pKy/w+sSXP e+PA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=xD5K52PZjoCdl94IVtqWyHcWQzsh1oCEbTt100vV+qM=; b=TgggVM0KFn8KXFR63zqinc0Fa4C9lnylfLCnY9c/q/kyOlWpEQpmRJ6OwDN45uyeYD FQrgbTC/jDn5+1qQiUxcFD7NyK+ROi9Z40Wtb8r0ftI+/T0yy5wxZeAfvfa7WKhW0oUS mBIEwYfdzemNpjv9ZxRyEpdGbrYzd1I4L/NLtmilObbDnQ7WHI6tT8enKmsnyX36a/9I ie3AtryxQFv2wsdNRD4TyHePTt9SK57u5+qDnDOqblj9BdonH5M8WLqfj837MVB2XKmE 5p54ng//60s81LaKpwDgiCNkU7qR0cNF0D/d8Pa+DEC/On9HtQ0JAMuZrsDPYmWeztRt TD+Q== X-Gm-Message-State: AMke39ktFJroqvNqHvNzqXmzj3uAJRsFSZfujvx6cQTdLZnN8CDo3L3Cd3DO9iyu0U11PA== X-Received: by 10.98.24.9 with SMTP id 9mr11865729pfy.11.1488667744724; Sat, 04 Mar 2017 14:49:04 -0800 (PST) Received: from s15.smythies.com (mail.smythies.com. [173.180.45.4]) by smtp.gmail.com with ESMTPSA id g27sm24518818pgn.20.2017.03.04.14.49.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 04 Mar 2017 14:49:04 -0800 (PST) From: Doug Smythies X-Google-Original-From: Doug Smythies To: len.brown@intel.com Cc: dsmythies@telus.net, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: [PATCH] tools/power turbostat: turbostat.8 add missing column definitions Date: Sat, 4 Mar 2017 14:48:49 -0800 Message-Id: <1488667729-26281-1-git-send-email-dsmythies@telus.net> X-Mailer: git-send-email 2.7.4 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add GFX%rc6 and GFXMHz to the column descriptions section of the turbostat man page. Signed-off-by: Doug Smythies --- 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.