public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [patch] O(1) scheduler, -H6
@ 2002-01-11 17:30 Dieter Nützel
  2002-01-11 20:08 ` Robert Love
  0 siblings, 1 reply; 4+ messages in thread
From: Dieter Nützel @ 2002-01-11 17:30 UTC (permalink / raw)
  To: Ingo Molnar, Linux Kernel List; +Cc: dan kelley

Ingo,

you are the man!
My 1 GHz Athlon II, 640 MB, is up and running with 2.4.17-O(1)-H6.
Writing this under KDE-2.2.2 (KMail) during
time nice +19 make -j40 modules
Max load was: 41,97

Great!

dbench 32 during artsd (noatun, KDE-2.2.2) playing Ogg-Vorbis
"show" hiccup when

artsd (two sub processes) are in
wait_on_p
rt_sigsus

and/or

dbench procs are in
get_reque
wait_on_b
do_journ (ReiserFS?)

Even when I renice both artsd procs I get hiccup.
  PID USER     PRI  NI PAGEIN  SIZE  RSS SHARE WCHAN     STAT %CPU %MEM   
TIME COMMAND
 4953 nuetzel    1 -19      0  7148 7148  4324 rt_sigsus S <   3.6  1.1   
0:04 artsd
 1048 nuetzel    1 -19   1280  7148 7148  4324 schedule_ S <   2.7  1.1   
0:24 artsd

But when I put the Ogg-Vorbis file into /dev/shm I get _NO_ hiccup anymore!!!
So it is only disk IO limited with your O(1)-H6.

Wow, that is fantastic!!!
Never had that before.
Writing during both...;-)

Redid it without renice (-19):
some very few short hiccup.

-Dieter

-- 
Dieter Nützel
Graduate Student, Computer Science

University of Hamburg
Department of Computer Science
@home: Dieter.Nuetzel@hamburg.de

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [patch] O(1) scheduler, -H6
@ 2002-01-11 17:49 Ingo Molnar
  2002-01-11 16:46 ` dan kelley
  0 siblings, 1 reply; 4+ messages in thread
From: Ingo Molnar @ 2002-01-11 17:49 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, David S. Miller


the -H6 patch is available:

    http://redhat.com/~mingo/O(1)-scheduler/sched-O1-2.5.2-pre11-H6.patch
    http://redhat.com/~mingo/O(1)-scheduler/sched-O1-2.4.17-H6.patch

the most important fix is from DaveM, we should not send an IPI to
ourselves. That fix was the last bug on Sparc boxes it appears.

overall stability status: all the previous bug reports about runtime
lockups (which happen in -pre11 as well) are fixed in this patchset. The
only open issue is the boot-time lockup some people are seeing with the
2.4 patch only (not the 2.5 patch), there is a chance that it's fixed in
this patch too.

Changes:

 - DaveM's the man: check for p->cpu != smp_processor_id() before doing a
   smp_send_reschedule(p->cpu). Doh!

 - task_interactive() test is done properly now - the H5 would mis-detect
   every nice +19 task as interactive. I'd like to ask everyone who had
   interactivity problems to re-test under -H6. It's all very smooth on my
   systems.

 - Rusty Russell: add comment to expire_task.

 - fix main.c in the 2.4.17 patch. (this should fix the bootup-lockups.)

Bug reports, comments, suggestions welcome. (any patch/fix that is not in
-H6 has gone lost in my mailqueue. The influx is rather high.)

	Ingo


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

end of thread, other threads:[~2002-01-11 20:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-11 17:30 [patch] O(1) scheduler, -H6 Dieter Nützel
2002-01-11 20:08 ` Robert Love
  -- strict thread matches above, loose matches on Subject: below --
2002-01-11 17:49 Ingo Molnar
2002-01-11 16:46 ` dan kelley

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