You are not logged in.
Pages: 1
Hello,
i noticed the following problem on my Samsung R510 laptop. Cpufreqd completely ignores the load on cpu1.
I check this the following way:
As user:
while (1=1); do pwd; done
As root:
taskset -p 1 pidof_the_process # cpu frequency rises to 2.26GHz
taskset -p 2 pidof_the_process # cpu frequency sinks to 800MHz
taskset -p 3 pidof_the_process # depending on which processor the process is the frequency jumps between 800MHz and 2.26GHz.
Anybody else notices such behavior?
Offline
yes, same happens here........... file a bug? i used burnMMX during tests..
EDIT: i realized i was only watching cpu0 for scaling, this is why it seems like it only scales up cpu0.. ive added a second applet for cpu1 and now when i switch afinity, cpu scaling switches accordingly...
so it works as expected
Last edited by eldragon (2009-05-22 12:30:52)
Offline
Oh i am really sorry.
I really didn't know that CPUs can scale independently. I thought that the frequency of the first processor is the same as the frequency of the second. Thats not the case. They scale independently. I didn't knew that.
Please delete this foolish thread.
Offline
Pages: 1