View Single Post
  #2   (View Single Post)  
Old 18th December 2015
bashrules's Avatar
bashrules bashrules is offline
Aspiring Unix Greybeard
 
Join Date: Mar 2010
Location: Here
Posts: 80
Default

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
Reply With Quote