# sample config for the afreq daemon

# the thresholds are the MINIMUM cpu usage percentage at which the setting for governor or boost
# will be applied, these values are ONLY INTEGERS WITHOUT the percentage sign.

# the minimum threshold to activate the stage 2 governor cannot be lower than 5% cpu usage
# the minimum threshold to activate the stage 3 governor cannot be lower or equal than the minimum
# for the stage 2 governor, it also cannot be more than 95% cpu usage.

# similarely the turbo boost is capped at 5% minimum and 95% maximum for the threshold value.

# setting the interval to check the system
# and adjust frequency. SECONDS INTEGER
#INTERVAL=5

# setting activation thresholds on AC
# PERCENTAGE INTEGER
#AC_THRESH_ST2=10
#AC_THRESH_ST3=60
#AC_THRESH_BOOST=25
#AC_THRESH_OPTIM=25

# setting activation thresholds on Battery
# PERCENTAGE INTEGER
#BAT_THRESH_ST2=40
#BAT_THRESH_ST3=70
#BAT_THRESH_BOOST=35
#BAT_THRESH_OPTIM=35

# setting governors for stages 1 to 3
# available options are: powersave conservative ondemand schedutil performance

# ac governors
# default values
#GOV_AC_ST1=schedutil
#GOV_AC_ST2=ondemand
#GOV_AC_ST3=performance

# battery governors
# default values
#GOV_BAT_ST1=powersave
#GOV_BAT_ST2=conservative
#GOV_BAT_ST3=performance
