Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 688 Bytes

cpupower.md

File metadata and controls

15 lines (10 loc) · 688 Bytes

cpupower

  • Set the performance: sudo cpupower frequency-set --governor performance
    • This put c states to c0 where earlier they were in c3, c2, c1 states with higher percentage in descending order.
  • Freq info: cpupower frequency-info

  • Installation:
    • DNF: sudo dnf install kernel-tools
    • APT: sudo apt-get install linux-tools-common

[1]: Fixing a sluggish Linux after suspend-resume