From: "Toke Høiland-Jørgensen" <toke@toke.dk>
To: bloat@lists.bufferbloat.net
Cc: codel@lists.bufferbloat.net
Subject: Re: [Bloat] [Codel] better testing, linux 3.6.1, cerowrt credits, other stuff
Date: Wed, 10 Oct 2012 16:27:22 +0200 [thread overview]
Message-ID: <87haq2v1v9.fsf@toke.dk> (raw)
In-Reply-To: <5074838C.7060303@hp.com>
[-- Attachment #1.1: Type: text/plain, Size: 1382 bytes --]
Rick Jones <rick.jones2@hp.com> writes:
> Mostly. The smallest step size in rrdtool is one second, so I create
> rrd's with that as the step size, but I try for sub-second samples
> from the interval results to mitigate (or try to) some of rrdtools
> averaging.
Right. I now have the runner script parsing netperf demo output and
aligning the time steps, complete with interpolation and everything (I
think; I've looked at the numbers and it seems reasonable, but I'll try
graphing the raw numbers along with the interpolated values and see if
it looks good there too). I've tried running it with a long _RR test and
then after a few seconds starting the _STREAM and _MAERTS tests. That
produces output like the attached table.
The next step will probably be adding some kind of graphing capability;
probably using matplotlib. It should also be fairly straight forward to
add parsers for different kinds of data, time series or otherwise. But
that will probably be something I'll look at as I need them, and/or when
I get around to poking around Dave's test repository.
Anyway, feedback is quite welcome. Running the sample config files in
the repository should be possible by just changing the -H parameter for
netperf.
The code is, as before, at: https://github.com/tohojo/netperf-wrapper
-Toke
--
Toke Høiland-Jørgensen
toke@toke.dk
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: Netperf wrapper output --]
[-- Type: text/x-org, Size: 1394 bytes --]
| Time | IN | OUT | RR |
|------+------+-------+---------|
| 0.0 | None | None | 2218.57 |
| 0.5 | None | None | 2253.46 |
| 1.0 | None | None | 2222.40 |
| 1.5 | None | None | 2138.08 |
| 2.0 | None | None | 2195.81 |
| 2.5 | None | None | 2162.87 |
| 3.0 | None | None | 2222.10 |
| 3.5 | None | None | 2109.51 |
| 4.0 | None | None | 2227.86 |
| 4.5 | None | None | 2132.96 |
| 5.0 | 7.97 | 7.93 | 253.65 |
| 5.5 | 9.16 | 6.50 | 21.16 |
| 6.0 | 9.25 | 6.09 | 11.56 |
| 6.5 | 9.25 | 6.11 | 9.52 |
| 7.0 | 9.21 | 6.31 | 8.44 |
| 7.5 | 9.25 | 6.26 | 7.03 |
| 8.0 | 9.24 | 5.69 | 5.41 |
| 8.5 | 9.24 | 6.15 | 4.97 |
| 9.0 | 9.27 | 5.97 | 4.40 |
| 9.5 | 9.24 | 6.16 | 3.97 |
| 10.0 | 9.23 | 6.09 | 3.66 |
| 10.5 | 9.27 | 5.98 | 3.40 |
| 11.0 | 9.23 | 5.91 | 3.14 |
| 11.5 | 9.25 | 5.86 | 2.89 |
| 12.0 | 9.27 | 5.92 | 2.83 |
| 12.5 | 9.21 | 6.58 | 2.69 |
| 13.0 | 9.26 | 7.11 | 2.46 |
| 13.5 | 9.20 | 7.57 | 2.36 |
| 14.0 | 9.22 | 8.55 | 2.29 |
| 14.5 | 9.15 | 27.59 | 2.17 |
| 15.0 | None | None | 2.05 |
| 15.5 | None | None | 189.71 |
| 16.0 | None | None | 1514.06 |
| 16.5 | None | None | 2231.55 |
| 17.0 | None | None | 2232.87 |
| 17.5 | None | None | 2213.76 |
| 18.0 | None | None | 2217.52 |
| 18.5 | None | None | 2212.16 |
| 19.0 | None | None | 2180.91 |
[-- Attachment #2: Type: application/pgp-signature, Size: 489 bytes --]
next prev parent reply other threads:[~2012-10-10 14:27 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-09 3:21 [Bloat] " Dave Taht
2012-10-09 14:31 ` Toke Høiland-Jørgensen
2012-10-09 16:45 ` [Bloat] [Codel] " Rick Jones
2012-10-09 18:28 ` Dave Taht
2012-10-09 19:35 ` Toke Høiland-Jørgensen
2012-10-09 20:05 ` Rick Jones
2012-10-10 14:27 ` Toke Høiland-Jørgensen [this message]
2012-10-10 23:27 ` Michael Richardson
2012-10-10 23:29 ` Stephen Hemminger
2012-10-10 23:55 ` Luigi Rizzo
2012-10-10 23:32 ` Rick Jones
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
List information: https://lists.bufferbloat.net/postorius/lists/bloat.lists.bufferbloat.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87haq2v1v9.fsf@toke.dk \
--to=toke@toke.dk \
--cc=bloat@lists.bufferbloat.net \
--cc=codel@lists.bufferbloat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox