cpud.conf

来自「控制CPU的linux程序cpud、cpuctl」· CONF 代码 · 共 56 行

CONF
56
字号
################################################################################ /etc/cpud.conf:  cpud(1) configuration file, read by cpuctl(1)           ## Lines starting with ``#'' are treated as comments                           ## differnet schemes                                                           ################################################################################# Note that all values must be set in a scheme (use perfctl(1) -v to see# the possible values).# [EXAMPLE]# treshhold=80	When cpu rate is over 80%, we stepup# stepup=15	The intervall to step up# stepdown=15	The intervall to step down# sleep=50000	Time to sleep until we look at the cpu rate again# ac_con.cpu_rate=100			cpu rate when connected to power# ac_con_charging.cpu_rate=100 		cpu rate when connected to power and #					charging# ac_discon.cpu_rate_low_power=20 	cpu rate when running on low power# ac_discon.cpu_rate_full_power=70	cpu rate when running on full power	# ac_discon.borderline=40 		if battery life is below 40%, we are#					running on low power[HOME]treshhold=80stepup=15stepdown=15sleep=50000ac_con.cpu_rate=100ac_con_charging.cpu_rate=100ac_discon.borderline=40ac_discon.cpu_rate_low_power=20ac_discon.ceiling_max=70[OFFICE]treshhold=80stepup=25stepdown=25sleep=50000ac_con.cpu_rate=0ac_con_charging.cpu_rate=100ac_discon.borderline=0ac_discon.cpu_rate_full_power=100ac_discon.cpu_rate_low_power=10[TRAVEL]treshhold=70stepup=20stepdown=20sleep=50000ac_con.cpu_rate=100ac_con_charging.cpu_rate=100ac_discon.borderline=30ac_discon.cpu_rate_low_power=20ac_discon.cpu_rate_full_power=70

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?