Test bandwidth by using the utility Iperf

From EN Ikoula wiki
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽

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

This article has been created by an automatic translation software. You can view the article source here.

To test the bandwidth between two points, you can use the utility Iperf.

Use

After you install the utility on the two posts to test, you need to designate a Server and a client.

In the case of a Linux system commands to type are : For the position Server :

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

For the client workstation :

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

You will then get a result this type :

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

You can then start handling inverse, by replacing the Server customer and the client by the Server



You are not allowed to post comments.