基于python的ngxtop的安装、监控nginx与用法解析

描述

ngxtop是用python开发的一款监控nginx访问日志的工具,

它可以实时动态地查看访问最多的请求。

centos上安装ngxtop

yum install python-pip

pip install ngxtop

用ngxtop -h查看其选项,其中几个选项含义如下:

1)-l 指定访问日志

2) -f 指定日志格式

3) --no-follow 只处理当前已经写入的日志文件,而不是实时处理新增的日志

4) -c 指定nginx.conf路径

5) -n 指定显示行号

内容描述.

ngxtop具体用法

1) $ ngxtop 

如果报错: Error: Access log file or format was not set and nginx config file cannot be detected. Perhaps nginx is not in your PATH?

这是因为ngxtop找不到可执行文件nginx,解决办法是

ln -s /usr/local/nginx/sbin/nginx   /sbin/nginx 

2) $ ngxtop -c /usr/local/nginx/conf/nginx.conf -n 20  //

指定nginx.conf,显示20行,结果如图

CentOS

3) $ ngxtop -c /usr/local/nginx/conf/nginx.conf print request http_user_agent remote_addr //

使用print打印指定变量

4) $ ssh remote tail -f /var/log/apache2/access.log | ngxtop -f common  //

分析远程机器的日志

打开APP阅读更多精彩内容
声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

全部0条评论

快来发表一下你的评论吧 !

×
20
完善资料,
赚取积分