Useful tool to analyze network traffic on Linux

Darkstat, is a simple packet sniffer, runs in the background and gives you basic information about the traffic on your network.

On Ubuntu, install it using

sudo apt-get install darkstat

After installation,

sudo darkstat -i eth0

The data is displayed in the browser (http://localhost:666/)