]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cache: report the number of cache lookups and cache hits
authorWilly Tarreau <w@1wt.eu>
Fri, 14 Dec 2018 13:00:25 +0000 (14:00 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 14 Dec 2018 13:00:25 +0000 (14:00 +0100)
commita1214a501fd874300b816ee070634704ec0d9cf6
tree5ae37d3208c82b560a4eb54368b1b58eccb5d053
parent59caa3b872e0344958f3ec3df0e517fb6c3f5478
MINOR: cache: report the number of cache lookups and cache hits

The cache lookups and hits is now accounted per frontend and per backend,
and reported on the stats page.
include/types/counters.h
include/types/stats.h
src/cache.c
src/stats.c