/dockerfile-iperf

Test container network performance with ipref

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>