<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">From a shell on your nginx host you can run something like <i class="">netstat -ant | egrep “ESTAB”</i> to see all the open TCP connections. If you run your command line with <i class="">watch</i><span style="font-style: normal;" class=""> you will see it update each two seconds, etc ..</span><div class=""><br class=""></div><div class="">FWIW A long time ago I did a bunch of experiments with different load balancer strategies using both f5 LTM and nginx. </div><div class="">This suggested that the simplest strategy, round-robin was optimal in most real world scenarios with heavy loads<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 23 Dec 2020, at 1:12 PM, kenneth.s.brooks <<a href="mailto:nginx-forum@forum.nginx.org" class="">nginx-forum@forum.nginx.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Perhaps another question that might help me debug it. Is there a way to see<br class="">active connection counts to upstream servers? I have the status endpoint<br class="">enabled, but that just shows me total active connections for the worker<br class="">process as a whole, correct?<br class=""><br class="">Posted at Nginx Forum: <a href="https://forum.nginx.org/read.php?2,290285,290292#msg-290292" class="">https://forum.nginx.org/read.php?2,290285,290292#msg-290292</a><br class=""><br class="">_______________________________________________<br class="">nginx mailing list<br class=""><a href="mailto:nginx@nginx.org" class="">nginx@nginx.org</a><br class="">http://mailman.nginx.org/mailman/listinfo/nginx<br class=""></div></div></blockquote></div><br class=""></div></body></html>