摘要: 服务器上的一些统计数据1)统计80端口连接数netstat -nat|grep -i "80"|wc -l2)统计httpd协议连接数ps -ef|grep httpd|wc -l3)、统计已连接上的,状态为“establishednetstat -na|grep ESTABLISHED|wc -l 阅读全文
posted @ 2021-08-09 15:39 沐春风-燕南飞 阅读(2037) 评论(0) 推荐(0)