Use the following ways to list opened connections and monitor overall network activity on your Linux OS.
1. Using lsof:
# lsof -i
2. Using netstat:
# netstat -tup
3. Using jnettop:
# jnettop -i eth1
PS: eth1 – network interface you want to list connections

Be The First To Comment
Related Post
Please Leave Your Comments Below