]> git.kaiwu.me - haproxy.git/commit
MINOR: stats: report HTTP compression stats per frontend and per backend
authorWilly Tarreau <w@1wt.eu>
Wed, 21 Nov 2012 07:27:21 +0000 (08:27 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Nov 2012 00:07:40 +0000 (01:07 +0100)
commit55058a7c1e82f2e0a59c4e39090ce72736382c81
treeb211d526954939c3cf8dbed9ace8b7672a8a9f0b
parent83d84cfc8a59f276653afe93a4f4a675fdfab5e7
MINOR: stats: report HTTP compression stats per frontend and per backend

It was a bit frustrating to have no idea about the bandwidth saved by
HTTP compression. Now we have per-frontend and per-backend stats. The
stats on the HTTP interface are shown in a hover title in the "bytes out"
column if at least something was fed to the compressor. 3 new columns
appeared in the CSV stats output.
doc/configuration.txt
include/types/counters.h
src/compression.c
src/dumpstats.c