From: Andrew Morton <akpm@zip.com.au>
To: rwhron@earthlink.net
Cc: linux-kernel@vger.kernel.org, marcelo@conectiva.com.br
Subject: Re: Linux 2.4.19-pre5
Date: Sat, 30 Mar 2002 11:49:06 -0800 [thread overview]
Message-ID: <3CA616B2.1F0D8A76@zip.com.au> (raw)
In-Reply-To: <20020330135333.A16794@rushmore>
rwhron@earthlink.net wrote:
>
> > This release has -aa writeout scheduling changes, which should improve IO
> > performance (and interactivity under heavy write loads).
>
> > _Please_ test that extensively looking for any kind of problems
> > (performance, interactivity, etc).
>
> 2.4.19-pre5 shows a lot of improvement in the tests
> I run. dbench 128 throughput up over 50%
>
> dbench 128 processes
> 2.4.19-pre4 8.4 ****************
> 2.4.19-pre5 13.2 **************************
dbench throughput is highly dependent upon the amount of memory
which you allow it to use. -pre5 is throttling writers based
on the amount of dirty buffers, not the amount of dirty+locked
buffers. Hence this change.
It's worth noting that balance_dirty() basically does this:
if (dirty_memory > size-of-ZONE_NORMAL * ratio)
write_stuff();
That's rather irrational, because most of the dirty buffers
will be in ZONE_HIGHMEM. So hmmmm. Probably we should go
across all zones and start writeout if any of them is getting
full of dirty data. Which may not make any difference....
> Tiobench sequential writes:
> 10-20% more throughput and latency is lower.
The bdflush changes mean that we're doing more write-behind.
So possibly write throughput only *seems* to be better,
because more of it is happening after the measurement period
has ended. It depends whether tiobench is performing an
fsync, and is including that fsync time in its reporting.
It should be.
> Tiobench Sequential reads
> Down 7-8%.
Dunno. I can't immediately thing of anything in pre5
which would cause this.
> Andrew Morton's read_latency2 patch improves tiobench
> sequential reads and writes by 10-35% in the tests I've
> run. More importantly, read_latency2 drops max latency
> with 32-128 tiobench threads from 300-600+ seconds
> down to 2-8 seconds. (2.4.19-pre5 is still unfair
> to some read requests when threads >= 32)
These numbers are surprising. The get_request starvation
change should have smoothed things out. Perhaps there's
something else going on, or it's not working right. If
you could please send me all the details to reproduce this
I'll take a look. Thanks.
> I'm happy with pre5 and hope more chunks of -aa show
> up in pre6. Maybe Andrew will update read_latency2 for
> inclusion in pre6. :) It helps tiobench seq writes too.
> dbench goes down a little though.
http://www.zip.com.au/~akpm/linux/patches/2.4/2.4.19-pre5/
Nice testing report, BTW. As we discussed off-list, your
opinions, observations and summary are even more valuable than
columns of numbers :)
Have fun with that quad, but don't break it.
I'll get the rest of the -aa VM patches up at the above URL
soonish. I seem to have found a nutty workload which is returning
extremely occasional allocation failures for GFP_HIGHUSER
requests, which will deliver fatal SIGBUS at pagefault time.
There's plenty of swap available, so this is a snag.
-
next prev parent reply other threads:[~2002-03-30 19:51 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-30 18:53 Linux 2.4.19-pre5 rwhron
2002-03-30 19:49 ` Andrew Morton [this message]
2002-03-30 21:33 ` Randy Hron
2002-03-30 21:42 ` Ed Sweetman
2002-03-30 22:25 ` Randy Hron
2002-03-30 23:48 ` Ed Sweetman
2002-03-31 12:42 ` Randy Hron
2002-03-31 20:05 ` Ed Sweetman
2002-03-31 23:11 ` Randy Hron
2002-03-31 6:52 ` Andrew Morton
2002-04-01 0:36 ` Andrea Arcangeli
2002-04-01 1:24 ` Andrea Arcangeli
-- strict thread matches above, loose matches on Subject: below --
2002-04-04 9:08 Tom Holroyd
2002-04-04 19:28 ` Marcelo Tosatti
2002-04-05 4:13 ` Tom Holroyd
2002-04-16 14:49 ` Andrea Arcangeli
2002-04-17 1:22 ` Tom Holroyd
2002-03-29 21:47 Marcelo Tosatti
2002-03-30 20:40 ` Michal Jaegermann
2002-03-30 23:34 ` Keith Owens
2002-03-31 1:41 ` Michal Jaegermann
2002-04-04 19:50 ` Adrian Bunk
2002-04-04 21:41 ` Marcelo Tosatti
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=3CA616B2.1F0D8A76@zip.com.au \
--to=akpm@zip.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
--cc=rwhron@earthlink.net \
/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