View Single Post
  #3   (View Single Post)  
Old 18th December 2015
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default

Quote:
Originally Posted by bashrules View Post
Frequency scaling

- A CPU governor can be found in pkgsrc under sysutils/estd. Setup in /etc/rc.conf, e.g. estd=YES + optional flags via estd_flags=....


Fixed frequency

- CPU frequency information: sysctl -a | grep freq
- Set fixed CPU frequency: sysctl -w machdep.est.frequency.target=2000
HI,
i've compiled => /usr/pkgsrc/sysutils/estd + make install !
into the /etc/rc.conf's file i adding :
estd=YES
estd_flags=2100

i'can checked the frequency because on AMD64 the command => sysctl
CRASH my computer !


I ever tried with a little laptop i386 the command sysctl work fine

I'll try it under I386 quad cores and ARMv7 processor if the command sysctl crash or not.

Regards
Philippe
Reply With Quote