Tag: HttpStubStatusModule

Nginx Display Active Connections

nginx-display-active-connections

How to watch nginx server status and connections requests per second under Linux or Unix like operating systems? For such a task nginx server has a module called HttpStubStatusModule. This module provides the ability to get some status from nginx. You will get the following information: Number of all open connections. Stats about accepted connections. …

Continue reading