We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Collect statistics from Nginx
To enable the nginx status page to work with defaults, add a file to /etc/nginx/sites-enabled/ (on Ubuntu) with the following content:
server { listen 127.0.0.1:8080; server_name localhost; location /nginx_status { stub_status on; access_log /data/server/shared/log/access.log; allow 127.0.0.1; deny all; } }
servers.hostname.nginx.act_reads 2 servers.hostname.nginx.act_waits 0 servers.hostname.nginx.act_writes 1 servers.hostname.nginx.active_connections 3 servers.hostname.nginx.conn_accepted 396396 servers.hostname.nginx.conn_handled 396396 servers.hostname.nginx.req_handled 396396