From: Linda Walsh <lkml@tlinx.org>
To: Andreas Schnaiter <schnaiter@gmx.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.6.16 - SATA read performance drop ~50% on Intel 82801GB/GR/GH
Date: Fri, 14 Apr 2006 16:00:50 -0700 [thread overview]
Message-ID: <444029A2.3060702@tlinx.org> (raw)
In-Reply-To: <200604120136.28681.schnaiter@gmx.net>
Andreas Schnaiter wrote:
> The two affected disks are connected to the Intel 82801GB/GR/GH (ICH7 Family)
> Serial ATA Controller.
> Disks on the Silicon Image/Intel IDE Controllers are not affected.
>
> Linux 2.6.15.7
> ---
> # time dd if=/benchfile of=/dev/null bs=1M
> 8192+0 records in, 8192+0 records out
> 8589934592 bytes (8.6 GB) copied, 130.547 seconds, 65.8 MB/s
> real 2m10.670s user 0m0.023s sys 0m14.238s
>
> Linux 2.6.16.2
> ---
> # time dd if=/benchfile of=/dev/null bs=1M
> 8192+0 records in, 8192+0 records out
> 8589934592 bytes (8.6 GB) copied, 302.452 seconds, 28.4 MB/s
> real 5m3.100s user 0m0.021s sys 0m40.521s
---
Slightly echoing Jeff G's question, but rephrasing for read,
could you try a read on the actual device? I.e. without
destroying your partition, you could try a direct read
from the device:
time dd if=/dev/sda of=/dev/null bs=1M count=8192.
BTW, how much memory do you have on the system?
Not that I have know much about block-i/o, but it
might narrow things down.
Have you tried the tests in single-user or run-level 1 to
help rule out other noise?
Linda
prev parent reply other threads:[~2006-04-14 23:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-11 23:36 Linux 2.6.16 - SATA read performance drop ~50% on Intel 82801GB/GR/GH Andreas Schnaiter
2006-04-12 3:57 ` Jeff Garzik
2006-04-12 9:49 ` Jan Engelhardt
2006-04-12 21:22 ` Bill Davidsen
2006-04-14 23:00 ` Linda Walsh [this message]
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=444029A2.3060702@tlinx.org \
--to=lkml@tlinx.org \
--cc=linux-kernel@vger.kernel.org \
--cc=schnaiter@gmx.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.