返回列表 發帖

网络速度测试工具iperf,大家用过吗?

本帖最後由 角色 於 2013-1-20 21:21 編輯

Windows : iperf.exe

https://publishing.ucf.edu/sites/itr/cst/Pages/IPerf.aspx

本帖最後由 角色 於 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
  1. Microsoft Windows [版本 6.1.7601]
  2. 版权所有 (c) 2009 Microsoft Corporation。保留所有权利。

  3. C:\Users\john>iperf -c 127.0.0.1
  4. ------------------------------------------------------------
  5. Client connecting to 127.0.0.1, TCP port 5001
  6. TCP window size: 8.00 KByte (default)
  7. ------------------------------------------------------------
  8. [128] local 127.0.0.1 port 54991 connected with 127.0.0.1 port 5001
  9. [ ID] Interval       Transfer     Bandwidth
  10. [128]  0.0-10.0 sec   401 MBytes   336 Mbits/sec
複製代碼
Notebook iCore 7
  1. C:\Users\mary>iperf -c 127.0.0.1
  2. ------------------------------------------------------------
  3. Client connecting to 127.0.0.1, TCP port 5001
  4. TCP window size: 8.00 KByte (default)
  5. ------------------------------------------------------------
  6. [156] local 127.0.0.1 port 53826 connected with 127.0.0.1 port 5001
  7. [ ID] Interval       Transfer     Bandwidth
  8. [156]  0.0-10.0 sec  2.93 GBytes  2.51 Gbits/sec
複製代碼

TOP

TOP

从#2,因为我的D525的LAN卡太慢了,所以不能用来做测试我新购入的TP-LINK TL-SG3224 managed switch。

那么我试过download and upload一个非常大的ISO file,大约是4GB,
D525:    大约是300Mbps
iCore 7: 大约是500Mbps

根据上面的信息,这台TP-LINK TL-SG3224 managed switch,起码都有500Mbps,如果有比较快的network card (连CPU),应该会更加好。

TOP

返回列表