My colleague was analyzing a server issue and picked up this command to count the number of TCP connections on a Windows server.
netstat -nao | find /i "estab" /c
Tech Notes of Mine
My colleague was analyzing a server issue and picked up this command to count the number of TCP connections on a Windows server.
netstat -nao | find /i "estab" /c