• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question about Netstat

GoingUp

Lifer
Just ran it on my 2 computers and I get all sorts of ports and connections that I don't recognize. Where I can get a listing of what the different ports belong to? What about the different internet ips and who they belong to?
 
Type netstat -a -o

This will give you a list of all active connections with the PID.

You can cross-reference the PID on the proccesses tab in Task manager to get the name of the proccess which is using the connection.
 
Originally posted by: Kibbo86
Type netstat -a -o

This will give you a list of all active connections with the PID.

You can cross-reference the PID on the proccesses tab in Task manager to get the name of the proccess which is using the connection.

sweet! thanks!

edit: well I see the P-ID in the Command window, but I dont know how to match them up with the task manager.

When I look on the processes tab in windows task manager all I see is Image Name, User Name, CPU and Mem Usage.

What am I missing? Running Win XP Pro w/ SP2
 
Back
Top