Lăţime de bandă de testare utilizând utilitarul Iperf: Diferență între versiuni
Ikbot (Discuție | contribuții) |
Ikbot (Discuție | contribuții) |
||
Linia 1: | Linia 1: | ||
+ | <span data-link_translate_pt_title="Teste de largura de banda usando o utilitário Iperf" data-link_translate_pt_url="Teste+de+largura+de+banda+usando+o+utilit%C3%A1rio+Iperf"></span>[[:pt:Teste de largura de banda usando o utilitário Iperf]][[pt:Teste de largura de banda usando o utilitário Iperf]] | ||
<span data-link_translate_es_title="Prueba de ancho de banda utilizando la herramienta Iperf" data-link_translate_es_url="Prueba+de+ancho+de+banda+utilizando+la+herramienta+Iperf"></span>[[:es:Prueba de ancho de banda utilizando la herramienta Iperf]][[es:Prueba de ancho de banda utilizando la herramienta Iperf]] | <span data-link_translate_es_title="Prueba de ancho de banda utilizando la herramienta Iperf" data-link_translate_es_url="Prueba+de+ancho+de+banda+utilizando+la+herramienta+Iperf"></span>[[:es:Prueba de ancho de banda utilizando la herramienta Iperf]][[es:Prueba de ancho de banda utilizando la herramienta Iperf]] | ||
<span data-link_translate_en_title="Test bandwidth by using the utility Iperf" data-link_translate_en_url="Test+bandwidth+by+using+the+utility+Iperf"></span>[[:en:Test bandwidth by using the utility Iperf]][[en:Test bandwidth by using the utility Iperf]] | <span data-link_translate_en_title="Test bandwidth by using the utility Iperf" data-link_translate_en_url="Test+bandwidth+by+using+the+utility+Iperf"></span>[[:en:Test bandwidth by using the utility Iperf]][[en:Test bandwidth by using the utility Iperf]] |
Versiunea de la data 7 decembrie 2015 23:31
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 catre 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
Enable comment auto-refresher