通过使用该实用程序 Iperf 测试带宽
Jump to navigation
Jump to search
fr:Tester sa bande passante à l'aide de l'utilitaire Iperf
?????????????????????????????
要测试的两个点之间的带宽,您可以使用该实用程序 Iperf.
使用
在测试这两个职位上安装该实用程序后,您需要指定 服务器 和 客户端 .
在 Linux 系统命令,键入是 : 位置 服务器 :
root@serveur:~# iperf -s ------------------------------------------------------------ Server listening on TCP port 5001 TCP window size: 85.3 KByte (default) ------------------------------------------------------------
为客户端工作站 :
root@client:~# iperf -c IP_DU_SERVEUR ------------------------------------------------------------ Server listening on TCP port 5001 TCP window size: 85.3 KByte (default) ------------------------------------------------------------
然后你会得到一个结果此类型 :
root@serveur:~# iperf -s ------------------------------------------------------------ Server listening on TCP port 5001 TCP window size: 60.0 KByte (default) ------------------------------------------------------------ [ 4] local IP_DU_CLIENT port 5001 connected with IP_DU_SERVEUR port 2357 [ ID] Interval Transfer Bandwidth [ 4] 0.0-10.1 sec 6.5 MBytes 5.2 Mbits/sec
您就可以开始处理 逆 通过替换 服务器 客户 和 client 通过 服务器
开启评论自动刷新