itgoyo / 500Days-Of-Github

⭐ 瞎JB折腾Mac/Linux/Windows过程中遇到的所有问题和解决方式 ⭐
https://itgoyo.github.io/500Days-Of-Github
138 stars 13 forks source link

iperf3带宽测速 #335

Open itgoyo opened 11 months ago

itgoyo commented 11 months ago
1、Docker 的使用方法,不仅限于群晖,只要能用 Docker 的都可以用:

Iperf3 Server 模式

docker run  -it --rm --name=iperf3-server -p 5201:5201 networkstatic/iperf3 -s

Iperf3 Client 模式

docker run  -it --rm networkstatic/iperf3 -c 172.17.0.163 -P 10