Print current running connections in nginx

Mathew Heard me at mheard.com
Thu Apr 16 07:32:43 UTC 2020


Sachin,

AFAIK Not easily. Each worker only knows about their own connections.
You would need to build a module using a shared memory zone to track
connections.

Regards,
Mathew

On 16/04/2020, sachin.shetty at gmail.com <nginx-forum at forum.nginx.org> wrote:
> Hi,
>
> Status module prints the count of active connections.
>
> Is there a way to fetch more details about currently running connections in
>
> nginx like request uri, started time similar to Apache's extended status.
>
> Thanks
> Sachin
>
> Posted at Nginx Forum:
> https://forum.nginx.org/read.php?2,287673,287673#msg-287673
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>


More information about the nginx mailing list