List all internet connections

Using netstat

netstat by itself monitors all major protocols including TCP and UDP on every port.

If you want to display TCP and UDP connections:

   netstat -t -u 

If you want to display that continously:

   netstat -t -u -c 

Similar to top:

  1. nethogs - shows a list of the top processes that use bandwidth

  2. jnettop - shows list of top connections

  3. iftop - shows list of top connections with bandwidth bars

GUI Interface (just in case):

  1. Ntop

  2. Netactview