摘要: 服务器上的一些统计数据: 1)统计80端口连接数 netstat -nat|grep -i "80"|wc -l 1 2)统计httpd协议连接数 ps -ef|grep httpd|wc -l 1 3)、统计已连接上的,状态为“established' netst... 阅读全文
posted @ 2015-07-01 11:49 jzfan 阅读(1890) 评论(0) 推荐(0)