Forrest logo
back to context overview

cpupower

List of commands for cpupower:

  • cpupower:ai:c1b31 how cpupower works in details
    $ cpupower --cpu ${cpu_number} frequency-info
    try on your machine
    explain this command
  • cpupower:tldr:49612 cpupower: Print CPU 0's available frequency [g]overnors.
    $ sudo cpupower --cpu ${0} frequency-info g | grep "analyzing\|governors"
    try on your machine
    explain this command
  • cpupower:tldr:a353d cpupower: Print CPU 4's frequency from the hardware, in a human-readable format.
    $ sudo cpupower --cpu ${4} frequency-info --hwfreq --human
    try on your machine
    explain this command
  • cpupower:tldr:ba37a cpupower: Print information about all cores.
    $ sudo cpupower --cpu ${all} info
    try on your machine
    explain this command
  • cpupower:tldr:d7d7a cpupower: Set all CPUs to a power-saving frequency governor.
    $ sudo cpupower --cpu ${all} frequency-set --governor ${powersave}
    try on your machine
    explain this command
back to context overview