Tuesday, November 19, 2013

How to see CPU and GPU temperature from terminal

                                                             step 1

                                 sudo apt-get install cpufrequtils

                                                             step 2

                                  sudo watch grep \"cpu MHz\" /proc/cpuinfo                    
    
                                                             step 3

                                                             results

step 4 


command    sudo watch sensors

step 5

results       info updated every 2 second

step 5

(optional)
hold Ctrl+right mouse

step 6

step 7

control cpu speed       GUI


step 8
control cpu speed         terminal

the end
sudo apt-get install cpufrequtils

watch grep \"cpu MHz\" /proc/cpuinfo

watch sensors

   cpufreq-set -r -g performance
  cpufreq-set -r -g powersave  
cpufreq-set -r -g ondemand 
   cpufreq-set -r -g conservative

No comments:

Post a Comment

wordpress problem with plugin updates

                                                           changing permissions will solve the problem                                    ...