<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">nginx does not handle the TCP stack, which is part of the network layer of the OSI stack, underneath anything nginx does.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Have a look at your OS network stack monitoring tools.<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Exhaustion of TCP sockets (or file descriptors) will lead to the impossibility of opening new connections and might lead to some erratic/strange behavior, looking at the application level.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">nginx might give a specific error message... or not. Loads of reasons might be responsible of the impossibility of opening new connections.<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Anyhow, use the proper tool to get the proper piece of information: that is a logic proven to be robust.<br></div><div class="gmail_extra"><div><div class="gmail_signature"><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font></div></div>
<br><div class="gmail_quote">On Sun, Jan 11, 2015 at 9:11 AM, exilemirror <span dir="ltr"><<a href="mailto:nginx-forum@nginx.us" target="_blank">nginx-forum@nginx.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Steve,<br>
<br>
Thanks for the reply. How do we determine if there's an overload of tcp<br>
connections via nginx?<br>
Is it via this access logs?<br>
<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,256026,256036#msg-256036" target="_blank">http://forum.nginx.org/read.php?2,256026,256036#msg-256036</a><br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div></div>