From: Paul Clements <Paul.Clements@SteelEye.com>
To: Ian Pilcher <i.pilcher@comcast.net>
Cc: linux-raid@vger.kernel.org
Subject: Re: Measuring RAID-0 CPU load
Date: Mon, 08 Mar 2004 12:44:50 -0500 [thread overview]
Message-ID: <404CB112.4F42F431@SteelEye.com> (raw)
In-Reply-To: 404CAA28.6030502@comcast.net
Ian Pilcher wrote:
>
> I need to quantify the additional CPU load that RAID-0 adds (vs. the
> boost in I/O performance). I don't need to do anything fancy;
> 'dd if=/dev/zero of=/dev/md?" should do the trick, but I'm not sure how
> to track the processor utilization during the run.
>
> Any ideas?
pericles:~ # sar -o /tmp/datafile 1 10000 &
[1] 23533
pericles:~ #
pericles:~ # while :; do /bin/true; done
^C
pericles:~ # date
Mon Mar 8 12:41:01 EST 2004
pericles:~ # kill %1
pericles:~ # sar -f /tmp/datafile
Linux 2.6.3-rc2 (pericles) 03/08/04
12:39:08 CPU %user %nice %system %idle
12:39:10 all 0.00 0.00 0.50 99.50
12:40:26 all 1.76 0.00 2.81 95.43
12:40:27 all 0.00 0.00 0.99 99.01
12:40:38 all 20.70 0.00 33.64 45.66
12:40:39 all 0.00 0.00 0.99 99.01
12:40:55 all 0.06 0.00 0.06 99.88
12:40:57 all 0.00 0.00 0.00 100.00
12:40:58 all 15.00 0.00 24.00 61.00
12:40:59 all 39.00 0.00 61.00 0.00
12:41:00 all 40.00 0.00 60.00 0.00
12:41:01 all 0.00 0.00 1.00 99.00
12:41:02 all 0.99 0.00 0.99 98.02
12:41:03 all 0.00 0.00 0.00 100.00
12:41:05 all 0.00 0.00 0.00 100.00
12:41:07 all 0.00 0.00 0.00 100.00
Average: all 3.82 0.00 6.13 90.05
--
Paul
prev parent reply other threads:[~2004-03-08 17:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-08 17:15 Measuring RAID-0 CPU load Ian Pilcher
2004-03-08 17:19 ` Måns Rullgård
2004-03-08 17:23 ` Ian Pilcher
2004-03-08 17:31 ` Guy
2004-03-08 17:45 ` Ian Pilcher
2004-03-08 17:21 ` Joshua Baker-LePain
2004-03-08 17:44 ` Paul Clements [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=404CB112.4F42F431@SteelEye.com \
--to=paul.clements@steeleye.com \
--cc=i.pilcher@comcast.net \
--cc=linux-raid@vger.kernel.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 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.