Hi Pavlos, On Mon, Jun 22, 2015 at 02:17:06PM +0200, Pavlos Parissis wrote: > Hoi, > > From the doc: > > stot [LFBS]: cumulative number of connections > > From the above I understand that this counts TCP connections and not > HTTP requests. But, I found out that for backend/servers counts HTTP > requests
Yes since server-side keep-alive was merged, this is the case indeed. The alternative would have been to only count connections and to let idle keep-alive connections block while not being used, which would be much worse. This can only be solved by supporting connection reuse between various sessions, which is not the case yet. I'd have hoped to merge this into 1.6 but that's not done, and I doubt it will be done by 1.6-final :-/ Regards, Willy

