Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  cpu frequency on high level  (Read 7363 times)

Offline ayla

  • User
  • Posts: 1.744
cpu frequency on high level
« on: 2013/12/23, 15:37:49 »
Quote
Tasks: 203 total,   1 running, 202 sleeping,   0 stopped,   0 zombie
%Cpu(s):  0,3 us,  0,4 sy,  0,0 ni, 99,3 id,  0,0 wa,  0,0 hi,  0,0 si,  0,0 st
KiB Mem:  15884548 total,  1952624 used, 13931924 free,    61292 buffers
KiB Swap: 23436284 total,        0 used, 23436284 free.  1215400 cached Mem

1539 root      20   0  189016  43280  31368 S   2,0  0,3   1:51.80 Xorg                                                             
 2933 cal       20   0  473564  33704  22288 S   1,0  0,2   0:01.62 konsole                                                           
17994 cal       20   0  537976   7324   4980 S   1,0  0,0   0:08.36 conky                                                             
 1520 www-data  20   0   66480   8448   3704 S   0,3  0,1   0:00.36 pywwetha.py       
3312 cal       20   0 2912484  72732  37256 S   0,3  0,5   0:44.12 kwin                                                             
 3317 cal       20   0 3829988 170696  56788 S   0,3  1,1   0:15.89 plasma-desktop                                                   
    1 root      20   0   48468   5304   2176 S   0,0  0,0   0:00.49 systemd                                                           
    2 root      20   0       0      0      0 S   0,0  0,0   0:00.00 kthreadd                                                         
    3 root      20   0       0      0      0 S   0,0  0,0   0:00.09 ksoftirqd/0                                                       
    4 root      20   0       0      0      0 S   0,0  0,0   0:00.00 kworker/0:0                                                       
    5 root       0 -20       0      0      0 S   0,0  0,0   0:00.00 kworker/0:0H                                                     
    7 root      rt   0       0      0      0 S   0,0  0,0   0:00.00 migration/0                                                       
    8 root      20   0       0      0      0 S   0,0  0,0   0:01.11 rcu_preempt                                 

Code: [Select]
cal@neskaya:~cal: grep  -m8 MHz /proc/cpuinfo| cut -f3 | awk '{print $2}'       
2909.921                                                                       
2919.484                                                                       
2902.882                                                                       
2845.242                                                                       
2994.789                                                                       
2997.046                                                                       
2994.390                                                                       
2925.195       
cal@neskaya:~cal: grep  -m8 MHz /proc/cpuinfo| cut -f3 | awk '{print $2}'       
2916.164                                                                       
2873.265                                                                       
2835.148                                                                       
2931.570                                                                       
2782.289                                                                       
2998.640                                                                       
2821.335                                                                       
2899.960     
cal@neskaya:~cal: grep  -m8 MHz /proc/cpuinfo| cut -f3 | awk '{print $2}'
2952.156
2921.476
2995.054
2916.828
2900.093
3079.921
3080.453
3088.156                                                     

With nothing running then conky, top in one bash and another bash for sending the above grep command.
On my main system (see signature below) frequency in this case stays at 1600Mhz on 7 out of the 8. Just one may go up to 3000 from time to time.
min 1600
max 3400

Offline ayla

  • User
  • Posts: 1.744
Re: cpu frequency on high level
« Reply #1 on: 2014/01/02, 14:09:43 »
Hi,

as the above still occured on final release I followed this thread:

http://forum.siduction.org/index.php?topic=3442.msg29488#msg29488

to set my cpu frequency down again.

After applying the settings and reboot:
 
Code: [Select]
grep  -m8 MHz /proc/cpuinfo| cut -f3 | awk '{print $2}'
1600.000
1600.000
1600.000
1600.000
1600.000
1600.000
1600.000
1600.000

My question, because I don't really understand what I read on the net about power consumption, cpu-frequency and intel_pstate:

Does this still make sense or is the cpu frequency not a parameter for power consumption if pstate is handling this?

greets
ayla