tomopiro/netperf
Debian linux image with network performance tools of iperf2, iperf3, netperf, wrk.
1.2K
This project provides a container for network performance tests.
Note that the iperf2 and iperf3 are not compatible. See the Iperf 2 & Iperf 3 Comparison Table.
Entrypoint
defined./bin/bash
.No environmental variables are defined for the container.
Official documentation can be found at iperf.fr.
iperf
command is installed in the PATH.
docker network create netperf
docker run -it --rm --network netperf --hostname netperf tomopiro/netperf iperf -s
docker run -it --rm --network netperf tomopiro/netperf iperf -c netperf
Official documentation can be found at iperf.fr.
iperf3
command is installed in the PATH.
docker network create netperf
docker run -it --rm --network netperf --hostname netperf tomopiro/netperf iperf3 -s
docker run -it --rm --network netperf tomopiro/netperf iperf3 -c netperf
Official documentation can be found at Care and Feeding of Netperf 2.7.X.
netperf
command is installed in the PATH.
docker network create netperf
docker run -it --rm --network netperf --hostname netperf tomopiro/netperf netserver -D -L 0.0.0.0
docker run -it --rm --network netperf tomopiro/netperf netperf -H netperf
docker pull tomopiro/netperf