4 069
contributi
Riga 135: | Riga 135: | ||
oppure | oppure | ||
* http://indirizzo.ip.del.server/server-status | * http://indirizzo.ip.del.server/server-status | ||
== Strumenti per il monitoraggio del traffico di rete == | |||
=== iftop === | |||
''iftop'' è uno strumento da linea di comando che produce una lista in real-time delle connessioni di rete attive. Di default le connessioni sono presentate in ordine di consumo di banda. Per installare il tool è sufficiente: | |||
<pre> | |||
# apt-get install iftop | |||
</pre> | |||
Per avviare il programma è sufficiente invocarlo, specificando come parametro l'interfaccia di rete che si vuole monitorare: | |||
<pre> | |||
# iftop -i eth0 -B | |||
</pre> | |||
Alcune altre utili opzioni: | |||
<pre> | |||
-h display this message | |||
-n don't do hostname lookups | |||
-N don't convert port numbers to services | |||
-p run in promiscuous mode (show traffic between other | |||
hosts on the same network segment) | |||
-b don't display a bar graph of traffic | |||
-B Display bandwidth in bytes | |||
-i interface listen on named interface | |||
-f filter code use filter code to select packets to count | |||
(default: none, but only IP packets are counted) | |||
-F net/mask show traffic flows in/out of network | |||
-P show ports as well as hosts | |||
-m limit sets the upper limit for the bandwidth scale | |||
-c config file specifies an alternative configuration file | |||
</pre> | |||
<br/> | <br/> | ||
<br/> | <br/> | ||
--[[Utente:Ferdybassi|Ferdybassi]] 12:20, 6 mar 2011 (CET) | --[[Utente:Ferdybassi|Ferdybassi]] 12:20, 6 mar 2011 (CET) | ||
[[Categoria: Web server]] | [[Categoria: Web server]] |