安装镜像并运行:
docker run --name=iperf3 -d --restart=unless-stopped -p 5201:5201/tcp -p 5201:5201/udp nonnichen/iperf3
Test on Windows:
Go to https://iperf.fr download iPerf3, then run test in CMD:
iperf3.exe -c IP -t 10
Test on Openwrt:
opkg install iperf3
iperf3 -c 207.148.69.145 -t 30