摘要: 一、查看哪些IP连接本机 netstat -an 二、查看TCP连接数 1)统计80端口连接数netstat -nat|grep -i "80"|wc -l2)统计httpd协议连接数ps -ef|grep httpd|wc -l3)、统计已连接上的,状态为“establishednetstat - 阅读全文
posted @ 2016-09-20 11:04 凌度 阅读(9295) 评论(0) 推荐(0)
摘要: 修改nginx.config 阅读全文
posted @ 2016-09-20 09:25 凌度 阅读(2559) 评论(0) 推荐(0)