Easily measure maximum bandwidth with iperf:
Start the server in the first container
docker run -d --name iperf mattgruter/iperf -s
Measure network bandwidth towards first container
docker run --link iperf:target mattgruter/iperf
Or: Measure network bandwidth towards known host
docker run mattgruter/iperf -c <IP>
Content type
Image
Digest
sha256:a2ae3a8f4…
Size
57.7 MB
Last updated
almost 11 years ago
docker pull mattgruter/iperf