Monitor Port Activity
by Mohan[ Edit ] 2012-09-20 14:26:37
<font color=#0000CC>
Monitor Port Activity using command prompt
netstat -a 30
This will show you all of the TCP/IP ports that are being used on your system and what they are connecting to (or being connected from). It will continue to monitor these ports and refresh the information every 30 seconds. You can change the refresh rate by changing the number at the end of the command.</font>