统计连接192.168.0.1的10000号端口的连接数

netstat -an -p tcp | find "192.168.0.1" | find /c "10000"

相关文章: