linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Dominique LARCHEY-WENDLING <Dominique.Larchey-Wendling@loria.fr>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] LVM & high system load
Date: Tue, 01 May 2001 23:50:15 +0200	[thread overview]
Message-ID: <3AEF2F97.E70A8CA7@loria.fr> (raw)
In-Reply-To: 200105011618.KAA01133@lynx.turbolabs.com

Andreas Dilger wrote:

> There is one other person that has reported very slow LVM performance.
> However, there is no obvious reason why they have performance issues,
> and others are unable to reproduce this problem.
> 
> Can you please try the following and report results:
> 
> time dd if=/dev/mmedia/music of=/dev/null bs=512
> time dd if=/dev/mmedia/music of=/dev/null bs=65536
> time dd if=/dev/hda1 of=/dev/null bs=512
> time dd if=/dev/hda1 of=/dev/null bs=65536

Here are the tests I have done ...  I use the command line

dd if=/dev/sda of=/dev/null bs=1k count=500k

to fill up the buffer cache before any timing measure.
I point out that /dev/mmedia/music resides on /dev/hda5

time dd if=/dev/mmedia/music of=/dev/null bs=512
count=200000               0m37.113s
time dd if=/dev/hda5 of=/dev/null bs=512
count=200000                       0m35.437s

Ok I am ridiculous ... this has nothing to do with LVM.
It has to do with DMA set off by default by linux 2.4.
This is the reason of poor IO perf. and CPU eating.
(as you might have understood, I usually do not use IDE drives)

After DMA is set on,

time dd if=/dev/mmedia/music of=/dev/null bs=512
count=200000               0m12.934s
time dd if=/dev/hda5 of=/dev/null bs=512
count=200000                       0m12.110s

Sorry for anoying you with my stupidity ...

Perhaps poor perf. for the other person is also DMA related ?-)

Thanks anyway

DL

-- 
Dominique Larchey
LORIA, Nancy, France
Tel. (Work) +33 (0) 3 83 59 20 13

  reply	other threads:[~2001-05-01 21:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-01 12:40 [linux-lvm] LVM & high system load Dominique LARCHEY-WENDLING
2001-05-01 15:32 ` Dominique LARCHEY-WENDLING
2001-05-01 16:18 ` Andreas Dilger
2001-05-01 21:50   ` Dominique LARCHEY-WENDLING [this message]
2001-05-01 23:25     ` Andreas Dilger
2001-05-02 11:08       ` Heinz J. Mauelshagen
  -- strict thread matches above, loose matches on Subject: below --
2001-05-01 16:05 S. Michael Denton
2001-05-01 21:28 ` Dominique LARCHEY-WENDLING

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=3AEF2F97.E70A8CA7@loria.fr \
    --to=dominique.larchey-wendling@loria.fr \
    --cc=linux-lvm@sistina.com \
    /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).