System Story/Windows

Window TCP Session Count

helperchoi 2013. 12. 2. 09:06

※ findstr 및 find 명령을 활용한 원하는 TCP Session 의 Count


C:\Windows\system32>
C:\Windows\system32>
C:\Windows\system32>netstat -na | findstr "WAIT LISTEN ESTABL" | find /C "TCP"
77

C:\Windows\system32>
C:\Windows\system32>
C:\Windows\system32>

반응형