To see active connections on your network interface in Linux
by Rekha[ Edit ] 2009-11-06 16:49:50
pktstat - Displays active connections on your network interface, with bandwidth details in linux.
pktstat is a top-like utility for network connections usage which displays a real-time list of active connections seen on a network interface, and how much bandwidth is being used by what.
To install pktstat in ubuntu, simply run the following command:
sudo apt-get install pktstat
To run pktstat, use the following command:
sudo pktstat -i eth0