統計經過tcp協議鏈接127.0.0.1的2112號端口的鏈接數web
netstat -an -p tcp | find "127.0.0.1" | find /c "2112"tcp
netstat -an -p tcp | find "127.0.0.1" | find /c "2112"