Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 463 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 463 Bytes

cpugov

Simple perl script to manage CPU governors on *NIX systems

Usage:

$ cpugov.pl               # Print available governors
Available governors:
 [0]    conservative
 [1]    ondemand
 [2]    userspace
 [3]    powersave
 [4] -> performance
 [5]    schedutil
$ cpugov.pl ondemand      # Set governor by name
Switching from 'performance' to 'ondemand'
$ cpugov.pl 5             # Set governor by index
Switching from 'ondemand' to 'schedutil'