I notice in my system monitor that the load on the two cores is such that the load on one is like a mirror image of the load on another. That is, for 2 secs the load on core 1 will be more than the load on core 2, then after that it will switch.
Is this a deliberate thing on the part of linux, or just an artifact of task scheduling ?
-
wearetheborg Notebook Virtuoso
-
It is deliberate. It would keep each CPU in a mutli-CPU system running cooler, but it has no effect on a mutlicore machine.
-
wearetheborg Notebook Virtuoso
-
Linux will try to balance the cpus.
Applications can lock themselves to particular CPUs. -
Wouldn't this kind of thread-bouncing behavior have catastrophic effects on Nehalem's turbo mode?
-
Turbo doesn't work under Linux, so it can't have any effect. If you need the extra turbo, your going to have to lock the multiplier and voltages in the BIOS.
-
-
It is fully supported, just not by cpufreqd.
Does linux switch between mulitple cores in CPU?
Discussion in 'Linux Compatibility and Software' started by wearetheborg, Oct 29, 2009.