Hello, l have an installed instance of haproxy 1.5-dev11. HAproxy is configured with several listeners/proxies. Looking at my statistics web page, I see the following metrics: - maxconn metric at the top left section equal to 2000. I understand that this is the global maxconn default of haproxy, which I have not tweaked so far. - frontend sessions limit field equal to 2000 (for every proxy). I understand that this is the listener's default maxconn limit, which I have not tweaked so far also. - server sessions limit field. I understand that this is the server maxconn parameter which is tuned appropriately for every server in my setup. - backend sessions limit field equal to 200 (for every proxy). No matter how I tried, I have not understand why this is equal to 200. However, I have the suspicion that backend sessions limit field = frontend sessions limit field / 10, but I still do not understand what this field stands for.could you elaborate a little on this?
Thanks for your help, Kostis

