iperf UDP测throughput
iperf -s -u -i 1 iperf server
iperf -c IP -u -i 1 -t 100 -b 100M iperf client
iperf TCP测throughput
iperf -s -i 1 iperf server
iperf -c IP -i 1 -t 100 iperf client
其他选项
iperf -l 512 packet size 512 bytes
iperf -S 184 tos=184 for voice
本文介绍如何使用iperf工具进行TCP和UDP的网络吞吐量测试。提供了iperf服务器和服务端的具体命令示例,并解释了不同参数的作用,如包大小等。
1万+

被折叠的 条评论
为什么被折叠?



