“通过使用该实用程序 Iperf 测试带宽”的版本间的差异
第14行: | 第14行: | ||
<br /> | <br /> | ||
− | + | 这篇文章是从由软件进行自动翻译。你可以[[:fr:Tester sa bande passante à l'aide de l'utilitaire Iperf|看到这篇文章的源代码]]<br /><span data-translate="fr"></span> | |
要测试的两个点之间的带宽,您可以使用该实用程序 [https://iperf.fr/iperf-download.php Iperf]. | 要测试的两个点之间的带宽,您可以使用该实用程序 [https://iperf.fr/iperf-download.php Iperf]. |
2015年12月10日 (四) 11:39的版本
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 通过 服务器
开启评论自动刷新