Lăţime de bandă de testare utilizând utilitarul Iperf

De la Ro 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.

he:בדיקת רוחב פס באמצעות השירות Iperf ru:Тест пропускной способности с помощью утилиты Iperf pl:Test przepustowości przy użyciu narzędzia Iperf ja:Iperf ユーティリティを使用して帯域幅をテストします。 ar:اختبار النطاق الترددي باستخدام الأداة المساعدة إيبيرف zh:通过使用该实用程序 Iperf 测试带宽 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

Acest articol este rezultatul unei traduceri automate efectuate de către software-ul. Puteți vizualiza sursa articol aici.

Pentru a testa lățimea de bandă între două puncte, utilizaţi utilitarul Iperf.

Utilizarea

După ce instalaţi utilitarul pe cele două posturi pentru a testa, trebuie să desemneze un Server şi un clientul ul .

Pentru un Linux sistemul de comenzi de tip sunt : Pentru poziţia Server :

root@serveur:~# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------

Pentru staţia de lucru client :

root@client:~# iperf -c IP_DU_SERVEUR
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------

Apoi vei primi un rezultat acest tip :

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

Puteţi începe apoi manipulare inversa , prin înlocuirea Server client şi client de Server



Nu sunteți autorizat să publicați comentarii.