mattgruter/iperf

By mattgruter

Updated over 9 years ago

Image
0

6.2K

Network bandwidth testing with ipref

Easily measure maximum bandwidth with iperf:

  1. Start the server in the first container

     docker run -d --name iperf mattgruter/iperf -s
    
  2. 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>

Docker Pull Command

docker pull mattgruter/iperf