Nginx状态信息(status)配置及信息详解
2019-01-10 07:45:00来源:博客园 阅读 ()
nginx状态信息功能的介:
Nginx 在编译安装 Nginx 的时候添加 --with-http_stub_status_module 参数,其功能是记录 Nginx 的基本访问状态信息,让使用者了解 Nginx 的工作状态,
可以用 /application/nginx/sbin/nginx -V 来查看是否添加了ngx_http_stub_status_module 模块。
例如:
1、新建一个虚拟主机来配置 Nginx 状态信息功能
cat >>/application/nginx/conf/extra/status.conf<<eof
##status
server{
listen 80;
server_name status.jyw1.com;
location / {
stub_status on;
access_log off;
}
}
eof
2、修改nginx.conf配置文件
[root@lamp01 conf]# cat nginx.conf
worker_processes 1;
error_log logs/error.log error;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;
#nginx vhosts config
include extra/www.conf;
include extra/bbs.conf;
include extra/status.conf;
access_log logs/access_www.log main;
}
3、刷新配置:
[root@lamp01 conf]# /application/nginx/sbin/nginx -t nginx: the configuration file /application/nginx-1.6.3/conf/nginx.conf syntax is ok nginx: configuration file /application/nginx-1.6.3/conf/nginx.conf test is successful [root@lamp01 conf]# /application/nginx/sbin/nginx -s reload
4、修改本地 hosts解析
echo "192.168.43.118 status.jyw1.com" >>/etc/hosts
5、测试效果:
状态信息解释:
- Active connections :表示 Nginx 正在处理的活动连接数有多少个
- server :表示 Nginx 启动到现在共处理了多少个连接
- accepts :表示 Nginx 启动到现在共成功创建了多少次握手
- handled requests : 表示总共处理了多少次请求
- Reading :表示 Nginx 读取到客户端的 Header 信息数
- Writing :表示 Nginx 返回给客户端的 Header 信息数
- Waiting :表示 Nginx 已经处理完正在等候下一次请求指令的驻留连接数
在开启 keep-alive 的情况下,Waiting = Active connections - (Reading + Writing)
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- 信息泄漏时代,如何让自己的密码更安全? 2020-06-10
- 如何监控 Linux 服务器状态? 2020-06-06
- 附020.Nginx-ingress部署及使用 2020-06-02
- Nginx + Docker 多阶段构建的部署学习 2020-05-25
- 万字长文!一次性弄懂 Nginx 处理 HTTP 请求的 11 个阶段 2020-05-21
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash