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 指定持續時間