turbostat
Report x86 processor frequency and idle statistics
Turbostat reports x86 processor topology, frequency, idle power state statistics, temperature, and power consumption. Some information is unavailable on older processors.
It can be used to identify machines that are inefficient in terms of power usage or idle time, report the rate of SMIs occurring on the system, or verify the effects of power management tuning.
turbostat reads hardware counters but doesn't write to them, so it won't interfere with the OS or other running processes---including multiple invocations of itself.
- Versions: 6.17.7
- Website: https://www.gnu.org/software/linux-libre/
- Licenses: GPL 2
- Package source: gnu/packages/linux.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of turbostat as follows:
guix install turbostat
Or install a particular version:
guix install turbostat@6.17.7
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of turbostat about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/turbostat'><img src='https://packages.guix.gnu.org/packages/turbostat/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/turbostat)
Example Org:
[[https://packages.guix.gnu.org/packages/turbostat][https://packages.guix.gnu.org/packages/turbostat/badges/latest-version.svg]]