From: Adam Kropelin <akropel1@rochester.rr.com>
To: Andrew Morton <akpm@zip.com.au>
Cc: lkml <linux-kernel@vger.kernel.org>, riel@conectiva.com.br
Subject: Re: [patch 1/21] random fixes
Date: Mon, 12 Aug 2002 20:26:03 -0400 [thread overview]
Message-ID: <20020813002603.GA20817@www.kroptech.com> (raw)
In-Reply-To: <3D57406E.D39E9B89@zip.com.au>
On Sun, Aug 11, 2002 at 09:58:22PM -0700, Andrew Morton wrote:
> ext3 performs its own writeback alongside the core kernel's writeback
> decisions, so that complicates things.
I ran the test after mounting the partition as ext2 and saw a slight
decrease in performance (7-10 seconds over the duration of the test), but I
did not have time to run more than once so this could be a fluke. In general,
the `vmstat 1` output looked the same to me.
> > Results (average of 4 runs):
> >
> > 2.5.31-akpm: 2m 43s
> > 2.5.31: 2m 33s
> > 2.4.19: 2m 18s
>
> yes. For this workload (10 mbyte/sec ftp transfer onto a >20 meg/sec
> disk) the application should never block on IO - all writeback should
> happen via pdflush.
> You can make 2.5 use the 2.4 settings with
>
> cd /proc/sys/vm
> echo 30 > dirty_background_ratio
> echo 60 > dirty_async_ratio
> echo 70 > dirty_sync_ratio
These settings bring -akpm in line with stock 2.5.31, but they are both
still slower than 2.4.19 (which itself could do better, I think).
> and I expect you'll find that fixes it up. Setting dirty_background_ratio
> to 10% will make it even better. But it will hurt dbench numbers at
No real change at 10%. It's consistently a second or two faster than -akpm is at
30%, but not a drastic change.
> certain client counts, which is a national emergency.
>
> Sigh. I don't know what the right numbers are. There aren't any; that's
> the problem with magic numbers. That part of the kernel is making writeback
> and throttling decisions in total ignorance of the overall state of
> the system.
It certainly seems something is amiss. If we could actually manage to keep
the disk busy (and this is a fairly slow disk), we'd do wonderfully. But with
a 2-3 second pause every 4-5 seconds, we're transferring data barely 50% of the
time. (Yes, the pause is long enough the disk activity LED actually goes out.)
The short-term average transfer rate over the FTP connection is very
respectable for older hardware: 7-8 MB/s. But with the stalls, the overall
throughput is just over 4 MB/s.
> In fact, I'd be inclined to set the background ratio much lower than
> 2.4, and to hell with dbench. Because the lower level is better for
> real programs, as you've observed.
> Care to tune and retest?
Absolutely. I'll try whatever ideas/patches you want to throw at me.
BTW, full `vmstat 1` logs are available for all these tests if you want them.
--Adam
next prev parent reply other threads:[~2002-08-13 0:22 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-11 7:38 Andrew Morton
2002-08-11 7:56 ` Alexander Viro
2002-08-11 14:29 ` Adam Kropelin
2002-08-11 18:09 ` Andrew Morton
2002-08-12 0:27 ` Adam Kropelin
2002-08-12 0:41 ` Rik van Riel
2002-08-12 4:58 ` Andrew Morton
2002-08-13 0:26 ` Adam Kropelin [this message]
2002-08-13 0:49 ` Andrew Morton
2002-08-13 2:25 ` Adam Kropelin
2002-08-13 3:03 ` Andrew Morton
2002-08-13 4:10 ` Adam Kropelin
2002-08-13 5:25 ` Andreas Dilger
2002-08-13 12:37 ` Adam Kropelin
2002-08-13 17:21 ` Andreas Dilger
2002-08-13 5:32 ` Andrew Morton
2002-08-13 15:39 ` Daniel Egger
2002-08-14 0:01 ` Adam Kropelin
2002-08-12 2:54 ` Adam Kropelin
2002-08-12 3:40 ` Andrew Morton
2002-08-14 8:35 ` William Lee Irwin III
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=20020813002603.GA20817@www.kroptech.com \
--to=akropel1@rochester.rr.com \
--cc=akpm@zip.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=riel@conectiva.com.br \
/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
all inboxes | Powered by JetHome®