Skip to content

Commit

Permalink
tools/power turbostat: Add --no-msr option
Browse files Browse the repository at this point in the history
Add --no-msr option to allow users to run turbostat without
accessing MSRs via the MSR driver.

Signed-off-by: Patryk Wlazlyn <patryk.wlazlyn@linux.intel.com>
Reviewed-by: Len Brown <len.brown@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Patryk Wlazlyn authored and lenb committed Apr 2, 2024
1 parent 2d2ccd5 commit 3e40484
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 56 deletions.
2 changes: 2 additions & 0 deletions tools/power/x86/turbostat/turbostat.8
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ The column name "all" can be used to enable all disabled-by-default built-in cou
.PP
\fB--quiet\fP Do not decode and print the system configuration header information.
.PP
+\fB--no-msr\fP Disable all the uses of the MSR driver.
+.PP
\fB--interval seconds\fP overrides the default 5.0 second measurement interval.
.PP
\fB--num_iterations num\fP number of the measurement iterations.
Expand Down
Loading

0 comments on commit 3e40484

Please sign in to comment.