Tuesday, 21 August 2012

How to monitor port activity via cmd

You just have to open cmd and write this command
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.

0 comments:

Post a Comment