Hello, On Wed, Oct 14, 2015 at 09:40:09AM -0700, Dzmitry Markovich wrote: > Hello, > > We are using haproxy 1.5.14 to load balance our traffic. Also is 1.5.14 > there is a stat support for > > 60. rtime [..BS]: the average response time in ms over the 1024 last requests. > > That works fine, but does it include health-checks for counting the average > number (i assume it does)?
No, it's only measured on real traffic. In fact the health checks do not even use the HTTP engine at all and will not feed such information. Regards, Willy

