logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Turbostat - Control Processor Stats | Online Free DevTools by Hexmos

Control processor performance stats with Turbostat. Monitor frequency, temperature, and power usage on Linux systems. Free online tool, no registration required.

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

See Also