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

nginx模块

时间:2017-11-05 19:12:36      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:介绍   module   活跃   个数   png   nec   reading   location   连接   

nginx模块

官方模块和第三方模块

 

官方模块

1、--with-http_stub_status_module:nginx的客户端状态

http_stub_status_module配置

语法:stub_status;

内容:server、location

打开文件/etc/nginx/conf.d/default.conf

技术分享

检查配置语法

nginx -tc /etc/nginx/nginx.conf 

重载服务

nginx -s reload -c /etc/nginx/nginx.conf

打开浏览器访问

http://192.168.137.11/mystatus

技术分享

上面图片中内容介绍

  • Active connections:nginx当前活跃的连接数
  • server accepts handled requests:三个数分别表示nginx接收握手的总次数、nginx处理的连接总数、总请求数
  • Reading:正在读的
  • Writing:正在写的
  • Waiting:正在等待,开启keeplive后

 

nginx模块

标签:介绍   module   活跃   个数   png   nec   reading   location   连接   

原文地址:http://www.cnblogs.com/shhnwangjian/p/7788183.html

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