public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* cross-cpu balancing with the new scheduler
@ 2002-01-13 17:01 Manfred Spraul
  2002-01-14  2:19 ` Rusty Russell
  2002-01-14  6:10 ` Anton Blanchard
  0 siblings, 2 replies; 9+ messages in thread
From: Manfred Spraul @ 2002-01-13 17:01 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: linux-kernel

Is it possible that the inter-cpu balancing is broken in 2.5.2-pre11?

eatcpu is a simple cpu hog ("for(;;);"). Dual CPU i386.

$nice -19 ./eatcpu&;
 <wait>
$nice -19 ./eatcpu&;
 <wait>
$./eatcpu&.

IMHO it should be
* both niced process run on one cpu.
* the non-niced process runs with a 100% timeslice.

But it's the other way around:
One niced process runs with 100%. The non-niced process with 50%, and
the second niced process with 50%.

--
	Manfred

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-01-15 14:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-13 17:01 cross-cpu balancing with the new scheduler Manfred Spraul
2002-01-14  2:19 ` Rusty Russell
2002-01-14  2:49   ` Davide Libenzi
2002-01-14  4:37     ` Rusty Russell
2002-01-14 15:39     ` Manfred Spraul
2002-01-14 15:50       ` Davide Libenzi
2002-01-14 17:44       ` Ingo Molnar
2002-01-14  6:10 ` Anton Blanchard
2002-01-15 16:37   ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox