linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ed Sweetman <ed.sweetman@wmich.edu>
To: bill davidsen <davidsen@tmr.com>
Cc: willy@w.ods.org, linux-kernel@vger.kernel.org
Subject: Re: XFS for 2.4
Date: Wed, 03 Dec 2003 17:08:55 -0500	[thread overview]
Message-ID: <3FCE5EF7.5010201@wmich.edu> (raw)
In-Reply-To: <200312032117.QAA20238@gatekeeper.tmr.com>

bill davidsen wrote:
> In article <20031203204518.GA11325@alpha.home.local> you write:
> | On Wed, Dec 03, 2003 at 07:01:39PM +0000, bill davidsen wrote:
> |  
> | > Yes, a development tree is much different than a stable tree, and even
> | > though the number has gone to 2.6, it's very much a development tree, in
> | > that it's still being used by the same people, and probably not getting
> | > a lot of new testing. Stability is unlikely to be production quality
> | > until fixes go in for problems in mass testing, which won't happen until
> | > it shows up in a vendor release, which won't happen until the vendors
> | > test and clean up what they find... In other words, I don't expect it to
> | > be "really stable" for six months at least, maybe a year.
> | 
> | There even are people using 2.2 on production and/or desktop computers. I
> | know some of them. Many people jumped from 2.2 to 2.4 because of USB, but
> | since it was backported into 2.2.18, many people prefered to stick to 2.2.
> 
> I still have a 2.0.30 machine, not network connected, does what I want.
> | 
> | > As for "much faster," let's say that I don't see that on any apples to
> | > apples benchmark. If you measure new threading against 2.4 threading
> | > there is a significant gain, but for anything else the gains just don't
> | > seem to warrant a "much" and there are some regressions shown in other
> | > people's data.
> | 
> | I second this. I've already tested several 2.5 and 2.6-test, and I'm
> | really deceived by the scheduler. It looks a lot more as a hack to
> | satisfy xmms users than something usable. I'm doing 'ls -ltr' all the
> | day in directories filled with 2000 files, and it takes ages to complete.
> | I'm even at the point to which I add a "|tail" to make things go faster.
> 
> Just tried that, test11 seems better behaved. I've been running Nick's
> patches, for general use they work better for me, I can stand a skip a
> few times a day.
> | 
> | For instance, time typically reports 0.03u, 0.03s, 2.8 real. It seems as
> | each line sent to xterm consumes one full clock tick doing nothing. I
> | never reported it yet because I don't have time to investigate, and it
> | seems more important that people don't hear skips in xmms while compiling
> | their kernel with "make -j 256" on a 16 MB machine. Second test : launch
> | 10 times : xterm -e "find /" & and look how some windows freeze for up
> | to 10 seconds... I don't think this is a problem right now. We've seen
> | lots of work in the scheduler area, many people proposing theirs, and
> | this will stabilize once 2.6 is out and people start to describe what
> | they really do with it and what they feel.

The windows can freeze for many reasons. You could be running X in a 
lower priority, painting X terms is heavy on X using that command and it 
can steal cpu from the terminal who's process is working in retrieving 
data from the fs. No dma on the hdds, Etc.  I ran this command using 
test11 with akpm's test10-mm1 patch applied and 10 were going just fine. 
  All going at the same time along with mplayer playing a divx movie. No 
skips in video or audio and all the terminals were updating as rapidly 
as they could with no pauses of noticable length.
The schedular is nothing short of incredibly better than 2.4.x and 
prior.  Despite the xmms croud's loud cries of trying to get the kernel 
to fix their player's performance which seems to always suffer more than 
any other player i've tried.


> | Don't take me wrong, I don't want to whine nor offend anyone here. I
> | think that Ingo and other people like Con have done a very great job
> | at optimizing this scheduler. I just wish we could choose one depending
> | on what we want to do with it.
> 
> It has been proposed, but people more influentional than I, that
> scheduling be a module with some base doorknob scheduler as default if
> not better scheduler is chosen.

having to manually adjust the schedular is seen by many as a fault in 
the design of the schedular.  The perfect schedular would be able to 
adjust itself automatically on it's own.  If that's perfect, then even 
if it's likely impossible to achieve it, it makes sense to strive to get 
as close to it as possible rather than create a set of separate 
schedulars which the root user (which really shouldn't be doing anything 
on the system all the time anyway) has to select whenever their workload 
changes from one goal to another.


  parent reply	other threads:[~2003-12-03 22:09 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-01  6:20 XFS for 2.4 Nathan Scott
2003-12-01  9:24 ` Jens Axboe
2003-12-01  9:44   ` Stefan Smietanowski
2003-12-01  9:45     ` Jens Axboe
2003-12-01 14:06 ` Marcelo Tosatti
2003-12-01 22:10   ` Nathan Scott
2003-12-01 22:20     ` Larry McVoy
2003-12-02  0:23       ` Nathan Scott
2003-12-02 11:22         ` Marcelo Tosatti
2003-12-02 18:05           ` Austin Gonyou
2003-12-02 19:55           ` Stephan von Krawczynski
2003-12-02 20:05             ` Marcelo Tosatti
2003-12-02 20:16             ` Lawrence Walton
2003-12-03 19:01           ` bill davidsen
2003-12-03 20:45             ` Willy Tarreau
2003-12-03 21:17               ` bill davidsen
2003-12-03 21:48                 ` Joel Becker
2003-12-03 22:17                   ` bill davidsen
2003-12-03 22:08                 ` Ed Sweetman [this message]
2003-12-04  5:21                   ` Willy Tarreau
2003-12-04  0:34               ` Clemens Schwaighofer
2003-12-04  5:33                 ` Willy Tarreau
2003-12-04 10:13                   ` Clemens Schwaighofer
2003-12-02 11:18     ` Marcelo Tosatti
2003-12-02 11:48       ` Marcelo Tosatti
2003-12-02 15:34       ` Russell Cattelan
2003-12-02 15:50         ` Marcelo Tosatti
2003-12-02 16:10           ` Darrell Michaud
2003-12-02 16:21             ` Austin Gonyou
2003-12-02 16:28             ` Jeff Garzik
2003-12-02 16:57               ` venom
2003-12-02 17:41               ` Stefan Smietanowski
2003-12-02 18:01           ` Russell Cattelan
2003-12-02 16:13         ` Jeremy Jackson
2003-12-02  0:51   ` Clemens Schwaighofer
2003-12-02  1:26     ` Marcos D. Marado Torres
2003-12-14  1:08   ` 2.4 vs 2.6 Jan Rychter
2003-12-14  1:01     ` Roberto Sanchez
2003-12-14 11:23       ` Måns Rullgård
2003-12-14 18:09         ` Daniel Gryniewicz
2003-12-14  1:53     ` Daniel Gryniewicz
2003-12-14  2:01     ` coderman
2003-12-14 20:23       ` tabris
2003-12-14  7:05     ` Voicu Liviu
2003-12-14 16:01       ` Roberto Sanchez
2003-12-14 17:32         ` Voicu Liviu
2003-12-15  7:23           ` Harry McGregor
2003-12-15  7:51             ` Voicu Liviu
2003-12-14 11:24     ` Frederik Deweerdt
2003-12-01 21:00 ` XFS for 2.4 Dan Yocum
2003-12-01 21:50   ` Bryan Whitehead
2003-12-01 22:01     ` Jeffrey E. Hundstad
2003-12-01 22:13     ` Gerardo Exequiel Pozzi
2003-12-02  2:54     ` Joshua Schmidlkofer
2003-12-02 11:02   ` Maciej Soltysiak
2003-12-02 17:45 Murthy Kambhampaty
2003-12-02 17:59 ` Jeff Garzik
2003-12-03 20:10   ` bill davidsen
2003-12-02 18:01 ` Marcelo Tosatti
2003-12-02 19:10   ` Tomas Szepe
2003-12-03  0:13     ` Eric Sandall
2003-12-03 20:12       ` bill davidsen
2003-12-02 18:02 ` Larry McVoy
2003-12-02 18:11   ` Christoph Hellwig
     [not found]     ` <20031202181146.A27567@adic.com>
2003-12-02 18:19       ` Steve Lord
2003-12-02 18:20     ` Larry McVoy
2003-12-02 18:23       ` Christoph Hellwig
2003-12-02 18:27         ` Christoph Hellwig
2003-12-02 19:12           ` Marcelo Tosatti
2003-12-02 20:10             ` Nathan Scott
2003-12-02 20:11         ` viro
2003-12-03 20:51       ` bill davidsen
2003-12-03 20:44   ` bill davidsen
2003-12-03 21:06     ` Marcelo Tosatti
2003-12-03 22:07     ` grundig
2003-12-03 22:48       ` bill davidsen
2003-12-02 18:34 Murthy Kambhampaty
2003-12-04  1:27 Xose Vazquez Perez
2003-12-04  2:40 ` Bernd Eckenfels

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FCE5EF7.5010201@wmich.edu \
    --to=ed.sweetman@wmich.edu \
    --cc=davidsen@tmr.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=willy@w.ods.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).