Tools to examine the network

A STUB PAGE, NOTHING HERE YET.
  1. pktstat
  2. netstat
  3. lsof
  4. iftop
  5. potion

pktstat

netstat

lsof

To see what process is bound to port 80, you would do this:

# lsof -i :80

iftop

potion

This is a very simple console utility which will listen on an interface and aggregate the traffic into flows and display the top (as many as can fit on your screen) flows with their average throughput.

# apt-get install potion
# potion eth0