From: "Paolo Ciarrocchi" <ciarrocchi@linuxmail.org>
To: linux-kernel@vger.kernel.org
Subject: Re: [chatroom benchmark version 1.0.1] Results
Date: Sat, 21 Sep 2002 06:58:28 +0800 [thread overview]
Message-ID: <20020920225828.4517.qmail@linuxmail.org> (raw)
Hi all,
I'm back with the results of the following script:
#!/bin/sh
> `uname -r`_total.results
for i in `seq 1 1 10`
do
./chat_c 127.0.0.1 30 1000 9999 >>`uname -r`_total.results
done
grep Average `uname -r`_total.results | awk '{tot+=$4}; END {print "Average throughput: " tot/NR " messages per second"}' > `uname -r`.average
Here the results:
2.5.33-preemption.average:Average throughput: 60943.9 messages per second
2.5.33.average:Average throughput: 61779.8 messages per second
2.5.36-preemption.average:Average throughput: 60877.2 messages per second
2.5.36.average:Average throughput: 60858.7 messages per second
2.5.37-preemption.average: Average throughput: 61896.1 messages per second
Comments?
Ciao,
Paolo
--
Get your free email from www.linuxmail.org
Powered by Outblaze
next reply other threads:[~2002-09-20 22:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-20 22:58 Paolo Ciarrocchi [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-09-22 12:37 [chatroom benchmark version 1.0.1] Results Paolo Ciarrocchi
2002-09-20 7:51 Paolo Ciarrocchi
2002-09-19 16:10 Paolo Ciarrocchi
2002-09-19 8:30 Paolo Ciarrocchi
2002-09-19 8:06 Paolo Ciarrocchi
2002-09-19 8:23 ` Daniel Phillips
2002-09-19 8:29 ` Andrew Morton
2002-09-19 8:39 ` Daniel Phillips
2002-09-23 14:05 ` Rusty Russell
2002-09-19 14:46 ` Martin J. Bligh
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=20020920225828.4517.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 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.