nginx-module-vts
nginx-module-vts copied to clipboard
the value of total connections in Server main and Server zones is wrong
The problem is that the value of total connections in Server main and Server zones of the status webpage is too big, it's wrong, i have checked all of the nginx access logs, there's not so many connections in this one of our systems. after I restart Nginx, the number(Req/s) increase too fast。Pls help
nginx.conf:
location /status {
vhost_traffic_status off;
vhost_traffic_status_display;
vhost_traffic_status_display_format html;
# vhost_traffic_status_bypass_limit on;
# vhost_traffic_status_bypass_stats on;
access_log off;
allow xx.xx.xx.xx;
deny all;
}
does anyone had this problem?pls help
Unfortunately, there is no detailed information for debugging.
Try create simple nginx setup and test it, then if problem still exist - upload nginx -T
output somewhere and link here.
Also would be useful if you provide commands and methodology of how do you comparing stats and etc.