mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 13:35:25 +02:00

* batch1 * batch2 * batch3 * batch4 * Update matchpathcon.md * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
24 lines
662 B
Markdown
24 lines
662 B
Markdown
# 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|--interval]}} {{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 {{[-i|--interval]}} 1 --cpu 0-{{CPU_thread_count}} --show "PkgWatt","Busy%","Core","CoreTmp","Thermal"`
|
|
|
|
- Display help:
|
|
|
|
`turbostat --help`
|