网络吞吐量测试
Hujiuxiang
・1 分钟阅读
网络吞吐量测试
iperf -s
在服务器的计算机上运行: iperf -s ,在客户端的机器上运行:
iperf -c ip.add.re.ss
,其中ip.add.re.ss是服务器的ip或主机名,
示例输出
$ iperf -c 192.168.0.10 ------------------------------------------------------------ Client connecting to 192.168.0.10, TCP port 5001 TCP window size: 16.0 KByte (default) ------------------------------------------------------------ [ 3] local 192.168.0.11 port 47935 connected with 192.168.0.10 port 5001 [ ID] Interval Transfer Bandwidth [ 3] 0.0-10.0 sec 1.09 GBytes 939 Mbits/sec