已经有安装lamp环境
下载apachetop
tar zxvf apachetop-0.12.6.tar.gz
cd apachetop-0.12.6
# ./configure && make && make install
sudo apt-get install apachetop
安装过程中可能会出现的问题
configure: error: No useful curses library found
yum -y install *curses*
configure: error: readline library not found
yum -y install readline*
安装完成后查看是否有报错
#echo $?
0
使用apachetop监控apache日志:
# apachetop -f /var/log/httpd/access_log
-f后加apache日志文件路径