number of requests in nginx queue

kirpit kirpit at gmail.com
Wed Jun 25 08:19:18 UTC 2014


You should never let the users get into queue anyway, it is for unexpected
peaks.

# Total amount of users you can serve = worker_processes *
worker_connections

http://stackoverflow.com/questions/7325211/tuning-nginx-worker-process-to-obtain-100k-hits-per-min




On Wed, Jun 25, 2014 at 10:24 AM, ashishadhav <nginx-forum at nginx.us> wrote:

> Hi,
> I want to find out how many requests are queued ,that is are yet to be
> processed ,in nginx at any given moment.
> From this i wish to calculate if my server is overloaded with requests.
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?2,251143,251143#msg-251143
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20140625/2807b9e9/attachment.html>


More information about the nginx mailing list