Cookies must be enabled to log in to enable Nginx status

Source: Internet
Author: User
Nginx and PHP-FPM built a status page, for want to understand the status of Nginx and monitor nginx is very helpful.

1. Enable Nginx status configuration

Add location to the default host or the host you wish to have access to

server {    listen  *:80 default_server;    server_name _;    location /ngx_status     {        on;        off;        #allow 127.0.0.1;#deny all;    }}

2. Restart Nginx

Please restart your nginx in accordance with your environment.

# service nginx restart

3. Open the Status page

# curl http://127.0.0.1/ngx_status119211198911989119910742

4. Nginx Status Detailed

Active connections– number of connected connections
A total of 11,989 connections were processed by the server accepts handled requests-, and 11,989 handshakes were successfully created, with a total of 11,991 requests processed
Reading-reads the number of connections to the client.
writing-number of response data to the client
waiting-The keep-alive is turned on, this value equals active– (reading+writing), meaning that Nginx has finished processing the host connection that is waiting for the next request instruction.

'). addclass (' pre-numbering '). Hide (); $ (this). addclass (' has-numbering '). Parent (). append ($numbering); for (i = 1; i <= lines; i++) {$numbering. Append ($ ('
  • '). Text (i)); }; $numbering. FadeIn (1700); }); });

    The above describes the cookies must be enabled in order to login to enable the status of Nginx, including the content of the cookies must be enabled in order to log in, I hope that the PHP tutorial interested friends helpful.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.