标签:
1. sourceforge搜索iperf下载
2. ./configure make make install
3. server:iperf -s -p 12345 -i 1 -M;
client:iperf -c 193.168.168.71 -p 12345 -i 1 -t 10 -w 20K
4. 结果
iperf使用
原文地址:http://www.cnblogs.com/onlyforcloud/p/4441836.html