View Single Post
Posts: 13 | Thanked: 10 times | Joined on Apr 2010 @ Stockholm
#3161
Originally Posted by olympus View Post
guys, one question, i'm using titan's ideal kernel and i set the max freq to 900MHz and now when i type in x-terminal

awk '{print $1/1000" MHz"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq

it always shows 900 MHz, does that mean that my cpu is running at 900MHz all the time? ye.. i'm a noob, i know.

thanks for your answers.
You could try this:
cat /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state

It tells how much time the cpu has spent at different clock speeds.
 

The Following 4 Users Say Thank You to _privateMember For This Useful Post: