Historic archive of defunct list bloat-devel@lists.bufferbloat.net
 help / color / mirror / Atom feed
* RRUL test prototypes
@ 2012-12-31 23:01 Dave Taht
  2013-01-03 20:22 ` Rick Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Taht @ 2012-12-31 23:01 UTC (permalink / raw)
  To: bloat-devel

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...

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-03 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-31 23:01 RRUL test prototypes Dave Taht
2013-01-03 20:22 ` Rick Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox