Apache日志分析

1,查看apache进程: ps aux | grep httpd | grep -v grep | wc -l 2,查看80端口的tcp连接: netstat -tan | grep “ESTABLISHED” | grep “:80” | wc -l