From: "Paolo Ciarrocchi" <ciarrocchi@linuxmail.org>
To: linux-kernel@vger.kernel.org
Subject: [BENCHMARK] dbench based
Date: Thu, 10 Oct 2002 04:34:10 +0800 [thread overview]
Message-ID: <20021009203410.25807.qmail@linuxmail.org> (raw)
Hi all,
here the results of a simple dbench test.
The "core" of script is the following:
for value in 2 8 16 24 32;
do
log=${kern}$1.dbench${value}.$date.log
echo $log
> ./log/$log
for i in `seq 1 1 3`;
do
echo $i ":" $value
sync;
sync;
sync;
./dbench $value |grep Th >> ./log/$log
done;
awk '{tot+=$2}; END {print "Average: " tot/NR " MB/sec"}' ./log/$log >>./log/$log
The scripts evaluates the average of 3 runs of dbench N.
The missing part of the script is just "logging".
If someone is interested I can send or post to lkml the whole script.
--- 2.4.19 ---
Istances Throughput
2 46.6689
8 25.5343
16 20.7133
24 16.2473
32 14.2351
--- 2.5.34 ---
Istances Throughput
2 28.675
8 26.7106
16 21.0888
24 13.9644
32 12.6921
--- 2.5.41 ---
Istances Throughput
2 31.0127
8 32.0934
16 29.3058
24 20.291
32 19.157
Ok, dbench is not the best benchmark but, finally, 2.5.41 is faster then 2.4.19 (from the "dbench" point of view ;-)
HW PIII@800, 256 MiB RAM
FS ext3
Comments ?
Ciao,
Paolo
--
Get your free email from www.linuxmail.org
Powered by Outblaze
next reply other threads:[~2002-10-09 20:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-09 20:34 Paolo Ciarrocchi [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-11-12 11:10 [BENCHMARK] dbench based Paolo Ciarrocchi
2003-03-05 9:36 Paolo Ciarrocchi
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=20021009203410.25807.qmail@linuxmail.org \
--to=ciarrocchi@linuxmail.org \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox