mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 19:15:25 +02:00
turbostat: add page (#12907)
Co-authored-by: Vítor Henrique <87824454+vitorhcl@users.noreply.github.com> Co-authored-by: zhackk <110896434+zhackk@users.noreply.github.com> Co-authored-by: spageektti <git@spageektti.cc>
This commit is contained in:
parent
a1212facd2
commit
eb4dd2550a
1 changed files with 24 additions and 0 deletions
24
pages/linux/turbostat.md
Normal file
24
pages/linux/turbostat.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# turbostat
|
||||
|
||||
> Report processor topology, frequency, temperature, power, and idle statistics.
|
||||
> More information: <https://manned.org/turbostat.8>.
|
||||
|
||||
- Display statistics every 5 seconds:
|
||||
|
||||
`sudo turbostat`
|
||||
|
||||
- Display statistics every specified amount of seconds:
|
||||
|
||||
`sudo turbostat -i {{n_seconds}}`
|
||||
|
||||
- Do not decode and print the system configuration header information:
|
||||
|
||||
`sudo turbostat --quiet`
|
||||
|
||||
- Display useful information about CPU every 1 second, without header information:
|
||||
|
||||
`sudo turbostat --quiet --interval 1 --cpu 0-{{CPU_thread_count}} --show "PkgWatt","Busy%","Core","CoreTmp","Thermal"`
|
||||
|
||||
- Display help:
|
||||
|
||||
`turbostat --help`
|
Loading…
Add table
Reference in a new issue