Hi,
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:
- Code: Select all
sudo apt-get install pktstat
To run pktstat, use the following command:
- Code: Select all
sudo pktstat -i eth0
Regards
Suji