U
U
UniverseElement2016-10-28 19:52:54
Nginx
UniverseElement, 2016-10-28 19:52:54

How to find out the number of current Nginx connections?

Is it possible somehow to get the number of current connections from Nginx by web requests?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Burov, 2016-10-28
@UniverseElement

https://nginx.org/ru/docs/http/ngx_http_stub_statu...

A
Andrew, 2018-08-06
@StarScream902

sudo netstat -anlp | grep:443 | grep ESTABLISHED | wc -l
A simpler option, the module may not be

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question