编译安装Nginx
https://blog.csdn.net/dmedaa/article/details/89885889
./configure –prefix=/usr/local/nginx –with-http_stub_status_module
http://blog.oneapm.com/apm-tech/412.html
nginx status 详解
active connections – 活跃的连接数量
server accepts handled requests — 总共处理了 11989 个连接 , 成功创建 11989 次握手, 总共处理了 11991 个请求
reading — 读取客户端的连接数.
writing — 响应数据到客户端的数量
waiting — 开启 keep-alive 的情况下,这个值等于 active – (reading+writing), 意思就是 Nginx 已经处理完正在等候下一次请求指令的驻留连接.
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!