转载地址:http://www.linuxe.cn/post-171.html
http://blog.itpub.net/27043155/viewspace-732984/
nginx中文参考手册http://shouce.jb51.net/nginx/left.html
在/etc/nginx/conf.d/default.conf的server段中添加状态监控设置项:
nginx日志监控模块
状态监控,如下图:
nginx日志监控模块_第1张图片
然后通过URL访问测试下,根据上一步location定义的路径,访问方式为ip/status即可打开监控页面。
active connections – 当前 Nginx 正处理的活动连接数.
server accepts handled requests — 总共处理1个连接,成功创建1次握手,前2个数字一样代表没有失败连接,总过处理了2次请求。