nginx-module-vts icon indicating copy to clipboard operation
nginx-module-vts copied to clipboard

the value of total connections in Server main and Server zones is wrong

Open captaingoodguy opened this issue 4 years ago • 2 comments

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;
        }

image

captaingoodguy avatar Dec 08 '20 08:12 captaingoodguy

does anyone had this problem?pls help

captaingoodguy avatar Dec 16 '20 09:12 captaingoodguy

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.

hroost avatar Dec 16 '20 14:12 hroost