Sign inSign up

tinyserve/iperf3

By tinyserve

Updated 10 months ago

Image
0

792

tinyserve/iperf3 repository overview

run as server :

docker run -it --rm -p 5201:5201 -p 5201:5201/udp  tinyserve/iperf3 -s
run as client :
TCP
docker run -it --rm -p 5201:5201 tinyserve/iperf3 -c $IP

UDP
docker run -it --rm -p 5201:5201 tinyserve/iperf3 -u -c $IP -b 100M -t 10

Tag summary

Content type

Image

Digest

sha256:2e6d006f3

Size

3.7 MB

Last updated

10 months ago

docker pull tinyserve/iperf3