Tester sa bande passante à l'aide de l'utilitaire Iperf

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

fr:Tester sa bande passante à l'aide de l'utilitaire 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 en:Test bandwidth by using the utility Iperf

Afin de tester la bande passante entre deux points, vous pouvez utiliser l'utilitaire Iperf.

Utilisation

Après avoir installé l'utilitaire sur les deux postes à tester, il vous faut désigner un serveur et un client.

Dans le cas d'un système Linux, les commandes à taper sont : Pour le poste serveur :

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

Pour le poste client :

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

Vous obtiendrez alors un résultat de ce 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

Vous pourrez ensuite lancer la manipulation inverse, en remplacant le serveur par le client et le client par le serveur


Vous n'êtes pas autorisé à publier de commentaire.