Sign inSign up

mattgruter/iperf

By mattgruter

Updated almost 11 years ago

Image
0

6.5K

mattgruter/iperf repository overview

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>

Tag summary

Content type

Image

Digest

sha256:a2ae3a8f4

Size

57.7 MB

Last updated

almost 11 years ago

docker pull mattgruter/iperf