2024-06-08 01:17:31 +03:00
|
|
|
# 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:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sudo turbostat {{[-i|--interval]}} {{n_seconds}}`
|
2024-06-08 01:17:31 +03:00
|
|
|
|
|
|
|
- Do not decode and print the system configuration header information:
|
|
|
|
|
|
|
|
`sudo turbostat --quiet`
|
|
|
|
|
|
|
|
- Display useful information about CPU every 1 second, without header information:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sudo turbostat --quiet {{[-i|--interval]}} 1 --cpu 0-{{CPU_thread_count}} --show "PkgWatt","Busy%","Core","CoreTmp","Thermal"`
|
2024-06-08 01:17:31 +03:00
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`turbostat --help`
|