查看一共有多少连接:netstat -an | find /C "TCP"
查看端口连接数:netstat -an | find /C "9181"

telnet 192.168.9.65 7201 

相关文章: