Re: trying to undestand (via netstat) how many connections haproxy opens to backends

2018-02-06 Thread Tim Düsterhus
John, Am 06.02.2018 um 17:20 schrieb John Cherouvim: > suppose that the haproxy backend component must then start 3 connections > to send the requests to apache. Are these connections shown in group #2 > or #3? And if that is either group #2 or #3, what is the other group > supposed to be doing? >

trying to undestand (via netstat) how many connections haproxy opens to backends

2018-02-06 Thread John Cherouvim
I'm trying to understand the output of netstat when haproxy is handling requests waiting for the backend to finish processing. My setup is a VM with LAN IP 192.168.10.50 hosting one haproxy and one apache httpd instance: - apache httpd is listening on 127.0.0.1:12345 (not accessible from outside