Nginx max connections
baalchina
baalchina at gmail.com
Wed Feb 18 12:47:12 MSK 2009
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 <swish at 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?
>
> --
> Swish
> swish at latouraineinc.com
> icq: 226737620
>
--
from:baalchina
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20090218/9153c6b7/attachment.html>
More information about the nginx
mailing list