Skip to content
/ cpugov Public

Simple perl script to manage CPU governors on *NIX systems

Notifications You must be signed in to change notification settings

xxkfqz/cpugov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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'

About

Simple perl script to manage CPU governors on *NIX systems

Topics

Resources

Stars

Watchers

Forks

Languages