6 messages in ru.sysoev.nginxRe: Nginx max connections
FromSent OnAttachments
SwishFeb 17, 2009 1:51 pm 
baalchinaFeb 18, 2009 1:46 am 
Anton YuzhaninovFeb 18, 2009 9:23 am 
Joe Van DykFeb 18, 2009 8:15 pm 
Anton YuzhaninovFeb 19, 2009 7:15 am.png, .png, .png
JoeFeb 20, 2009 6:27 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Nginx max connectionsActions...
From:baalchina (baal@gmail.com)
Date:Feb 18, 2009 1:46:49 am
List:ru.sysoev.nginx

You can try nginx status module.

location ~ ^/status/ { stub_status on; access_log off; } then http://yourdoamin/status you can find the current connections.

On Wed, Feb 18, 2009 at 5:51 AM, Swish <swi@latouraineinc.com> wrote:

Is there any method to tell if Nginx is hitting max connections, other than getting a request timeout? Will anything appear in the logs? I ask for tuning purposes to get the optimal number of worker_processes and worker_connections. Also, at what point is it better to increase the worker_processes vs worker_connections, how can you tell what proportion is most efficient?