http://www.webta.org/projects/apachetop/
Apachetop is a curses-based top-like display for Apache information, including requests per second, bytes per second, most popular URLs, etc.
Apachetop watches a logfile generated by Apache (in standard common or combined logformat, although it doesn't (yet) make use of any of the extra fields in combined) and generates human-parsable output in realtime.
安装很简单
# wget http://www.webta.org/apachetop/apachetop-0.12.6.tar.gz
# tar xzvf apachetop-0.12.6.tar.gz
# cd apachetop-0.12.6
# ./configure
# make
# make install
分析查看日志的时候
apachetop -f access.log
Apachetop是一款基于curses的实时显示工具,用于监控Apache服务器的状态信息,如每秒请求次数、每秒传输字节数及热门URL等。它通过读取Apache的日志文件来生成实时的人可读输出。
79

被折叠的 条评论
为什么被折叠?



