From patchwork Thu Apr 13 00:08:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Len Brown X-Patchwork-Id: 9678495 X-Patchwork-Delegate: rjw@sisk.pl 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 67C7860383 for ; Thu, 13 Apr 2017 00:10:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5A89028631 for ; Thu, 13 Apr 2017 00:10:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4DFE82863B; Thu, 13 Apr 2017 00:10:17 +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.3 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=unavailable 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 CD52528631 for ; Thu, 13 Apr 2017 00:10:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755901AbdDMAJv (ORCPT ); Wed, 12 Apr 2017 20:09:51 -0400 Received: from mail-qt0-f193.google.com ([209.85.216.193]:35977 "EHLO mail-qt0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755861AbdDMAJe (ORCPT ); Wed, 12 Apr 2017 20:09:34 -0400 Received: by mail-qt0-f193.google.com with SMTP id v3so5979478qtd.3; Wed, 12 Apr 2017 17:09:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references:reply-to:organization; bh=CWe83EBElvwtySoCNrzzN0yAVlbriv7Pi6pkziBWbLc=; b=eJDbcnr8DcAXbHqU60KeIxbnaDwM3Nv4EeE34DdLTPy35a8XYkB8xHIfX5cOsWIyp7 9WVPIE243CLWlWKaNYJeuZ7fGtm9Wz6mXY4lFuf1VJyilOaA13Ou0B3ICjXpE05Ju6bb OAQ2jsOPAjhnVpoNgRiWheLx5kT7XH2QQ7I3ciXawzDQI5w0+7aN8W/IYA3KNl5mftA2 TD3+UWFOd3rjO6FvSXU2lZNzUsogdq7ZXLO68eBb4th3oNCeqdK1aKq1WdoBSC4NJdi3 Ndc5KHSFCFB1aYafHWwsOj9OMihELRAhtvu6wtg920OCZbYk3BZNYyNKG6994jRLp+6m JeKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references:in-reply-to:references:reply-to:organization; bh=CWe83EBElvwtySoCNrzzN0yAVlbriv7Pi6pkziBWbLc=; b=UlKQLVFXXscMwhgHnr1hA583RuSlv8i/E/Ua5NmveYdRu4qAjPVjSmM/NB3t0rTVu8 p5Xv+4bBanwETGUPZHxh8mngYzuJ+jzCTZCDgP+exUkzC18PjOJ5n8N6zuyzAusIJB89 pUxfBxAUhzhHKbqZQ5f4ShPUu5GRRAOcESv/UiniPAci74N2pi7E/e/+Nhvlar2cUtqM s5RJn+dSaiSDCU0x8ZSJ7VPpnMGQGKcCqxo4nQm7cDZjS/FzscNNI8q5LUvLhB6f1TXs 8uo5aQm31znYPJRxb4i1GPGRo1Lrq/+K2+tXfhk4GdXSKnmXVFfSuZaCB4qONHGDJHk0 LavA== X-Gm-Message-State: AN3rC/65Y+nwkn68h/Xhj03NLnjWI2IPLYebZ/yWuJ6Df3c/wLBQGT7r oHNkmlaGKIK5vw== X-Received: by 10.237.43.69 with SMTP id p63mr292020qtd.68.1492042172893; Wed, 12 Apr 2017 17:09:32 -0700 (PDT) Received: from z87.localdomain (pool-173-48-65-169.bstnma.fios.verizon.net. [173.48.65.169]) by smtp.gmail.com with ESMTPSA id g15sm14621086qte.58.2017.04.12.17.09.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 12 Apr 2017 17:09:32 -0700 (PDT) From: Len Brown To: rjw@rjwysocki.net, linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Doug Smythies , Doug Smythies , Len Brown Subject: [PATCH 5/7] tools/power turbostat: turbostat.8 add missing column definitions Date: Wed, 12 Apr 2017 20:08:51 -0400 Message-Id: X-Mailer: git-send-email 2.11.0.161.g6610af872 In-Reply-To: <20170413000853.21648-1-lenb@kernel.org> References: <20170413000853.21648-1-lenb@kernel.org> In-Reply-To: <22048c5485503749754b3b5daf9d99ef89fcacdc.1492041840.git.len.brown@intel.com> References: <22048c5485503749754b3b5daf9d99ef89fcacdc.1492041840.git.len.brown@intel.com> Reply-To: Len Brown Organization: Intel Open Source Technology Center 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 From: Doug Smythies Add GFX%rc6 and GFXMHz to the column descriptions section of the turbostat man page. Signed-off-by: Doug Smythies Signed-off-by: Len Brown --- 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 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 \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.