cpu_freq_throttle: a CPU freq throttle controller

Antoine Ginies (aginies @ mandriva.com)

2005

Revision History
Revision 0.4June 2005ag
few fix


1. What's cpu_freq_throttle:

cpu_freq_throttle is a throttle or/and frequency command line controller. It use files in /sys/devices/system/cpu/cpu0/cpufreq/ to set speed or throttle speed.

see man page for more information: cpu_freq_throttle.8

2. build from cvs source:

configure your cvs acces, just set env with:

export CVS_RSH=ssh
export CVSROOT=:ext:anoncvs@cvs.mandriva.com:/cooker

CVS password is "cvs".

now launch:

cvs co soft/cpu_freq_throttle

cvs web acces:

http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/soft/cpu_freq_throttle

3. build from tarball:

get tarball from website:

cpu_freq_throttle-0.4.tar.bz2

tar xvfj cpu_freq_throttle-version.tar.bz2
make PREFIX=/usr
make install

4. build from SRPM

get SRPM:

cpu_freq_throttle-0.4-2mdk.src.rpm

now build rpm:

rpm --rebuild cpu_freq_throttle-version.src.rpm

5. build release for Mandriva LE2005

cpu_freq_throttle-0.4-2mdk.i586.rpm