Historic archive of defunct list bloat-devel@lists.bufferbloat.net
 help / color / mirror / Atom feed
From: Dave Taht <dave.taht@gmail.com>
To: bloat-devel <bloat-devel@lists.bufferbloat.net>
Subject: RRUL test prototypes
Date: Mon, 31 Dec 2012 18:01:13 -0500	[thread overview]
Message-ID: <CAA93jw5TRQqBh2AuvfU7A2jLyisg3dEjAG6jj2pPDAZLvrmcOg@mail.gmail.com> (raw)

Toke made enormous progress on a RRUL test prototype over the last 2
months. It requires a recent netperf, python, python's matplotlib, and
netperf-wrappers.

For basic install on a debian/ubuntu box:

sudo apt-get remove netperf
svn co http://www.netperf.org/svn/netperf2/trunk/ netperf-2.7
cd netperf-2.7
./configure --enable-demo
make
sudo make install
cd ..

sudo apt-get install python-matplotlib
git clone git://github.com/tohojo/netperf-wrapper.git
cd netperf-wrapper
./netperf-wrapper -o mytest.ps -p all_scaled -H snapon.lab.bufferbloat.net rrul

This will also output a timestamped datafile that can be replotted with (for
example) the icmp_cdf plot type. I tend to use that to feed multiple
test runs into a cdf plot, for example...

/netperf-wrapper -i 'rrul-2012-12-22T18:48:00.965185.json.gz' -i
'rrul-2012-12-22T18:49:49.484438.json.gz' -o icmp_cdf.ps -p icmp_cdf
rrul

It'll get simpler as time goes by... (also supported are .svg and .png
output formats)

We have a variety of other tests in the netperf-wrapper tests subdir.
6vs4competing,
rtt_fair, simple tcp bidirectional etc, etc. See also the README.rst
for more details.

You can also run mtr at the same time in another window to see where
the bottlenecks are. If you are not based in the US, you should setup
a netperf netserver nearer by than
snapon (which is in california) - there's one in germany for example.

I have managed to build all this stuff successfully on the mac, but
packaging it up is a bear.  Will be working on a simple apt-get
package for ubuntu soon, fedora and arch, too.

Still needed are a decent voip and gaming test. I have a pretty good
mental picture of what most gaming traffic looks like now...

             reply	other threads:[~2012-12-31 23:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-31 23:01 Dave Taht [this message]
2013-01-03 20:22 ` 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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAA93jw5TRQqBh2AuvfU7A2jLyisg3dEjAG6jj2pPDAZLvrmcOg@mail.gmail.com \
    --to=dave.taht@gmail.com \
    --cc=bloat-devel@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