Tools to examine the network
A STUB PAGE, NOTHING HERE YET.
- pktstat
- netstat
- lsof
- iftop
- 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
|