netstat –lnp 查看监听端口(查看网络连接状况)
netstat –an 查看所有的链接
netstat –an |grep IP+端口 |grep –ic estab 查看某个端口的并发数
yum -y install net-tools
转载于:https://blog.51cto.com/xiongrc/1787361
netstat –lnp 查看监听端口(查看网络连接状况)
netstat –an 查看所有的链接
netstat –an |grep IP+端口 |grep –ic estab 查看某个端口的并发数
yum -y install net-tools
转载于:https://blog.51cto.com/xiongrc/1787361