标签:window netstat win windows tcp tab str 连接数 lis
netstat -na -p tcp| findstr 80 | find /C "ESTABLISH"
netstat -an -p tcp | find "127.0.0.1" | find /c "2112"
netstat -an |find /c ":80"
标签:window netstat win windows tcp tab str 连接数 lis
原文地址:http://www.cnblogs.com/ruiy/p/7128465.html