码迷,mamicode.com
首页 > 其他好文 > 详细

nginx添加访问监控(只是学习和了解)

时间:2017-07-03 21:14:17      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:添加   nginx   访问监控   

1.修改nginx.conf配置文件,添加如下代码

location /basic_status{
    stub_status on;
}


2.重启nginx

service nginx restart


3.访问www.nginx1.com:9527/basic_status,输出信息如下

Active connections: 2 
server accepts handled requests request_time
 3 3 2 0
Reading: 0 Writing: 1 Waiting: 1


本文出自 “素颜” 博客,请务必保留此出处http://suyanzhu.blog.51cto.com/8050189/1944152

nginx添加访问监控(只是学习和了解)

标签:添加   nginx   访问监控   

原文地址:http://suyanzhu.blog.51cto.com/8050189/1944152

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!