标签:
http://www.jb51.net/article/46148.htm
查看了连接数和当前的连接数
netstat -ant | grep $ip:80 | wc -l netstat -ant | grep $ip:80 | grep EST | wc -l
转 整理 Linux服务器部署系列之一—Apache篇2
原文地址:http://www.cnblogs.com/njczy2010/p/5643749.html