You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/7285
JIRA: https://issues.redhat.com/browse/RHEL-110614
Turbostat is heavily utilized by x86 customers and as such it is routinely updated to match the latest upsteam.
Signed-off-by: David Arcari <darcari@redhat.com>
Approved-by: Steve Best <sbest@redhat.com>
Approved-by: Lenny Szubowicz <lszubowi@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>
'delta' shows the difference in values during the measurement interval.
53
53
'percent' shows the delta as a percentage of the cycles elapsed.
54
+
'average' similar to raw, but also averaged for node/package summaries (or when using -S).
54
55
default: delta
55
56
56
57
name: "name_string"
@@ -100,7 +101,7 @@ The column name "all" can be used to enable all disabled-by-default built-in cou
100
101
.PP
101
102
\fB--showcolumn\fP show only the specified built-in columns. May be invoked multiple times, or with a comma-separated list of column names.
102
103
.PP
103
-
\fB--showCATEGORY--hideCATEGORY\fP Show and hide also accept a single CATEGORY of columns: "all", "topology", "idle", "frequency", "power", "cpuidle", "hwidle", "swidle", "other". "idle" (enabled by default), includes "hwidle" and "idle_pct". "cpuidle" (default disabled) includes cpuidle software invocation counters. "swidle" includes "cpuidle" plus "idle_pct". "hwidle" includes only hardware based idle residency counters. Older versions of turbostat used the term "sysfs" for what is now "swidle".
104
+
\fB--showCATEGORY--hideCATEGORY\fP Show and hide also accept a single CATEGORY of columns: "all", "topology", "idle", "frequency", "power", "cpuidle", "hwidle", "swidle", "other". "idle" (enabled by default), includes "hwidle" and "pct_idle". "cpuidle" (default disabled) includes cpuidle software invocation counters. "swidle" includes "cpuidle" plus "pct_idle". "hwidle" includes only hardware based idle residency counters. Older versions of turbostat used the term "sysfs" for what is now "swidle".
104
105
.PP
105
106
\fB--Dump\fP displays the raw counter values.
106
107
.PP
@@ -186,6 +187,14 @@ The system configuration dump (if --quiet is not used) is followed by statistics
186
187
.PP
187
188
\fBSAMAMHz\fP Instantaneous snapshot of what sysfs presents at the end of the measurement interval. From /sys/class/drm/card0/gt/gt1/rps_act_freq_mhz or /sys/class/drm/card0/device/tile0/gtN/freq0/act_freq depending on the graphics driver being used.
188
189
.PP
190
+
\fBTotl%C0\fP Weighted percentage of time that CPUs are busy. If N CPUs are busy during an interval, the percentage is N * 100%.
191
+
.PP
192
+
\fBAny%C0\fP Percentage of time that at least one CPU is busy.
193
+
.PP
194
+
\fBGFX%C0\fP Percentage of time that at least one GFX compute engine is busy.
195
+
.PP
196
+
\fBCPUGFX%\fP Percentage of time that at least one CPU is busy at the same time as at least one Graphics compute enginer is busy.
197
+
.PP
189
198
\fBPkg%pc2,Pkg%pc3,Pkg%pc6,Pkg%pc7\fP percentage residency in hardware package idle states. These numbers are from hardware residency counters.
190
199
.PP
191
200
\fBPkgWatt\fP Watts consumed by the whole package.
@@ -204,8 +213,8 @@ The system configuration dump (if --quiet is not used) is followed by statistics
0 commit comments