Outils pour utilisateurs

Outils du site


tuto:linux:voir_l_etat_de_la_bande_passante_en_ligne_de_commande

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
tuto:linux:voir_l_etat_de_la_bande_passante_en_ligne_de_commande [2009/03/15 12:10] – édition externe 127.0.0.1tuto:linux:voir_l_etat_de_la_bande_passante_en_ligne_de_commande [2010/04/01 20:41] root
Ligne 5: Ligne 5:
  
   sudo aptitude install iftop   sudo aptitude install iftop
 +
 +(autre soft qui permet de monitorer **iptraf**)
  
 ===== Les options ===== ===== Les options =====
Ligne 28: Ligne 30:
   sudo iftop -i eth0 -n   sudo iftop -i eth0 -n
  
 +  * Par protocole :
 +<code>
 +iftop -f icmp
 +iftop -f tcp
 +iftop -f udp
 +</code>
 +
 +  * Par réseau :
 +  iftop -F 192.168.1.0/24
 +
 +  * Par ports :
 +  iftop -f 'port 80'
 +  iftop -f 'not port domain'
 +
 +  * Par host :
 +  iftop-f 'host webcache.example.com'
 +
 +  * Divers :
 +  iftop -f 'port http and not host webcache.example.com'
tuto/linux/voir_l_etat_de_la_bande_passante_en_ligne_de_commande.txt · Dernière modification : 2012/08/04 15:07 de root