ports

benchmarks/netperf-wrapper

netperf-wrapper-0.9.1p1 – test network latency under load via netperf

Description

Python wrapper to run multiple simultaneous netperf/iperf/ping instances
and aggregate the results.

Several commands can be run in parallel and the test data points can be
aligned with each other in time, interpolating differences between the
actual measurement points.  This makes it possible to graph (e.g.) ping
times before, during and after a link is loaded.

Aggregated data can be saved in a json format, output as csv values,
emacs org mode tables, or graph plots.  Each test can specify several
plots, including time-series plots of the values against each other,
as well as CDF plots of (e.g.) ping times.

Quick examples (see homepage or manual for more):

1. netperf-wrapper -H somehost ping -f plot

2. ssh somehost netserver &
netperf-wrapper -H somehost rrul
netperf-wrapper -i rrul-*.json.gz -f plot

WWW: https://github.com/tohojo/netperf-wrapper

Categories:
benchmarks lang/python net

Library dependencies

None

Build dependencies

Run dependencies