摘要: 查看Apache并发请求数及其TCP连接状态(2011-06-27 15:08:36)服务器上的一些统计数据:1)统计80端口连接数netstat -nat|grep -i "80"|wc -l2)统计httpd协议连接数ps -ef|grep httpd|wc -l3)、统计已连接上的,状态为“e... 阅读全文
posted @ 2014-11-24 19:30 helloyb 阅读(434) 评论(0) 推荐(0)