| 本帖最後由 角色 於 2013-1-20 21:54 編輯 
 下载了iperf.exe
 
 Server Side:iperf -s
 Client Sider: ipeft -c  <ip address of server side>
 
 先测试一下自己的LAN Card throughput (就是开两个command prompts)
 我的D525 ATOM PC
 Notebook iCore 7複製代碼Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
C:\Users\john>iperf -c 127.0.0.1
------------------------------------------------------------
Client connecting to 127.0.0.1, TCP port 5001
TCP window size: 8.00 KByte (default)
------------------------------------------------------------
[128] local 127.0.0.1 port 54991 connected with 127.0.0.1 port 5001
[ ID] Interval       Transfer     Bandwidth
[128]  0.0-10.0 sec   401 MBytes   336 Mbits/sec
複製代碼C:\Users\mary>iperf -c 127.0.0.1
------------------------------------------------------------
Client connecting to 127.0.0.1, TCP port 5001
TCP window size: 8.00 KByte (default)
------------------------------------------------------------
[156] local 127.0.0.1 port 53826 connected with 127.0.0.1 port 5001
[ ID] Interval       Transfer     Bandwidth
[156]  0.0-10.0 sec  2.93 GBytes  2.51 Gbits/sec
 |