Prueba de ancho de banda utilizando la herramienta Iperf

De ES Ikoula wiki
Jump to navigation Jump to search

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:اختبار النطاق الترددي باستخدام الأداة المساعدة إيبيرف 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 en:Test bandwidth by using the utility Iperf fr:Tester sa bande passante à l'aide de l'utilitaire Iperf

Este artículo ha sido traducido por un software de traducción automática. Usted puede ver el origen artículo aquí.

Para probar el ancho de banda entre dos puntos, puede utilizar la utilidad Iperf.

Uso

Después de instalar la utilidad en los dos puestos a prueba, debe designar un Servidor y un cliente e .

En el caso de un Linux comandos del sistema para escribir son : Para la posición Servidor :

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

Para la estación de trabajo cliente :

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

Usted entonces conseguirá un resultado este tipo :

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

Entonces puede iniciar manejo Inverse , sustituyendo el Servidor cliente y el client por la Servidor



No puedes publicar comentarios.