通过使用该实用程序 Iperf 测试带宽

来自Chinese Ikoula Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

zh:通过使用该实用程序 Iperf 测试带宽 he:בדיקת רוחב פס באמצעות השירות Iperf ro:Lăţime de bandă de testare utilizând utilitarul Iperf ru:Тест пропускной способности с помощью утилиты Iperf pl:Test przepustowości przy użyciu narzędzia Iperf ja:Iperf ユーティリティを使用して帯域幅をテストします。 ar:اختبار النطاق الترددي باستخدام الأداة المساعدة إيبيرف de:Bandbreite Test mithilfe des Dienstprogramms Iperf nl:Test bandbreedte met behulp van het hulpprogramma Iperf it:Larghezza di banda di test utilizzando l'utilità Iperf pt:Teste de largura de banda usando o utilitário Iperf es:Prueba de ancho de banda utilizando la herramienta Iperf en:Test bandwidth by using the utility Iperf 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 通过 服务器



您未被允许发表评论。