Welcome to Nginx View number of concurrent connections

Source: Internet
Author: User
1, Nginx View the number of concurrent connections

There are two ways, one is configured in the Nginx.config file and then viewed through the browser, the other is the use of the command, I use the Windows for use, so the use of the browser is more convenient.

location/status {stub_status on;access_log logs/status.log;auth_basic "Nginxstatus";}


Add the above code to the server and enter it in the browser


Analytical:
Active connections//current Nginx is processing the number of live connections.
The server accepts handledrequests//processed a total of 22 connections, successfully creating 22 handshakes, and processed a total of 64 requests.
Reading//nginx The number of Header messages read to the client.
Writing//nginx Returns the number of Header information returned to the client.
Waiting//Open keep-alive, this value equals active-(reading + writing), meaning that Nginx has finished processing the host connection that is waiting for the next request instruction

The above describes the Welcome to Nginx View the number of concurrent connections, including the Welcome to nginx content, I hope that the PHP tutorial interested in a friend helpful.

  • Related Article

    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.