<div dir="ltr"><div>In nginx Open, it looks like when a connection can't be assigned to a request, it is dropped and not enqueued for later processing. Is this correct? If so is the number of dropped connections equal to the difference between active and handled?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 19, 2015 at 10:34 AM, Valentin V. Bartenev <span dir="ltr"><<a href="mailto:vbart@nginx.com" target="_blank">vbart@nginx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thursday 19 February 2015 10:12:02 K Young wrote:<br>
> Thanks Maxim, that's what I needed to know.<br>
><br>
> How common would you say it is to use accept filters / deferred accept on<br>
> nginx in production?<br>
><br>
> Also to be perfectly certain: connections.idle<br>
</span>> <<a href="http://nginx.org/en/docs/http/ngx_http_status_module.html#data" target="_blank">http://nginx.org/en/docs/http/ngx_http_status_module.html#data</a>> in Plus is<br>
> the same as Waiting<br>
> <<a href="http://nginx.org/en/docs/http/ngx_http_stub_status_module.html#data" target="_blank">http://nginx.org/en/docs/http/ngx_http_stub_status_module.html#data</a>> in<br>
> Open, right?<br>
<br>
Yes, right.<br>
<br>
<br>
><br>
> Is "Active" on the status demo <<a href="http://demo.nginx.com/status.html" target="_blank">http://demo.nginx.com/status.html</a>> =<br>
> read+write?<br>
<br>
No.  It's "active" minus "idle" (i.e. waiting).<br>
<br>
"Read + write" can be bigger than the number of connections in case of SPDY.<br>
I prefer calling them as the requests metrics despite of the stub status<br>
point of view.  This sum actually is requests.current in the status module.<br>
<br>
<a href="http://demo.nginx.com/status/requests/current" target="_blank">http://demo.nginx.com/status/requests/current</a><br>
<br>
  wbr, Valentin V. Bartenev<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>