Hi, On Wed, Feb 18, 2015 at 12:46:06AM +0100, Cyril Bonté wrote: > Hi, > > Le 17/02/2015 16:41, Tobias Feldhaus a écrit : > >Hi, > > > >we now upgraded to FreeBSD 9.3-RELEASE-p9 and upgraded HAProxy to > >version 1.5.11. The statistics about outflowing Bytes to the Backend are > >still not getting updated (they stay 0). (Screenshot: > >http://puu.sh/g0WQ4/7365665bf7.png) > >Is there any advise how we can get them to work again? When we deployed > >those servers about 6 months ago on FreeBSD 9.2 together with HAProxy > >1.4 everything was working fine, so I suspect this to be a HAProxy or > >FreeBSD issue. > > Does it use the same connections for a very long time ? Counters are > updated on connection close.
Absolutely. For HTTP keep-alive, it's at the end of each response. > I don't see any client/server timeout in the configuration you provided. > > From your screenshot, could your 31 connections be opened for 6 days > without anyone closed ? That could be verified on the stats socket by issuing "show sess" on it, or even "show sess all" to have all the details. Thanks, Willy

