Skip to content

A shell script for throttling system CPU frequency based on a desired maximum temperature

License

Notifications You must be signed in to change notification settings

stossenbrink/temp-throttle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

temp-throttle

Linux shell script for throttling system CPU frequency based on a desired maximum temperature (celsius).

Set a maximum temperature for your system using this script. If the maximum temperature is exceeded, the script will limit the speed of your CPU cores incrementally until the system is again below your desired maximum temperature. (If your system remains above maximum temperature after completely limiting your CPU cores, it will simply stay limited until temperatures drop below the maximum desired.)

This script must be run with root or sudo privileges. Only Celsius temperatures are supported. This example will limit system temperatures to 80 Celsius:

sudo ./temp_throttle.sh 80

For more instructions, see here:
http://seperohacker.blogspot.com/2012/10/linux-keep-your-cpu-cool-with-frequency.html

Author: Sepero (sepero 111 @ gmx . com)

Links: http://github.com/Sepero/temp-throttle/
Links: http://seperohacker.blogspot.com/2012/10/linux-keep-your-cpu-cool-with-frequency.html

License: GNU GPL 2.0

Usage: temp_throttle.sh max_temp
USES CELSIUS TEMPERATURES

About

A shell script for throttling system CPU frequency based on a desired maximum temperature

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%