Inspiration & Genius – One and the Same

Monitor Open TCP Connections

From SHELL FU: http://www.shellfu.org

The command below will monitor open TCP connections:

watch -n 1 "netstat -tpanl | grep ESTABLISHED"

This shows connections by processes for your user, or if done as root (“sudo netstat”) all processes.

Another option to perform the same task is:

sudo lsof -i -T -n

Again, ‘watch’ could be used with this, or adding -r as an option will make lsof refresh the output.

Leave a Reply

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Genesis Framework

Genesis Framework for WordPress

Studiopress Themes

Scribble Theme - A Beautiful Frame For Your WordPress Website

Advertisements