iPerf 測試 multicast broadcast unicast
kevin.Zhu 发布于:2021-11-3 17:49 分类:文摘 有 17 人浏览,获得评论 0 条
https://www.jianshu.com/p/fd4f709f7148
iPerf 測試 multicast broadcast unicast [Multicast] Server:iperf -s -u -B 224.0.55.55 -i 1 Client:iperf -c 224.0.55.55 -b 100M -T 32 -t 60 -i 1 [Broadcast] Server:iperf -s -u -i 1 Client:iperf -c 192.168.1.255 -b 100M -T 32 -t 60 -i 1 [Unicast] Server:iperf -s -u -i 1 Client:iperf -c 192.168.1.33 -b 100M -T 32 -t 60 -i 1 -s 指定為server -c 指定為client -u 指定為UDP -i 指定report印出來的間隔時間 -b 指定throughput -B 指定mulicast binding address -T 指定TTL -t 指定持續時間