]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: backend: count the number of connect and reuse per server and per backend
authorWilly Tarreau <w@1wt.eu>
Fri, 14 Dec 2018 10:35:36 +0000 (11:35 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 14 Dec 2018 10:35:36 +0000 (11:35 +0100)
commitf157384803ba89b71a811dbd4954443526498cad
treed92ad0e46723fa88c17325813735e22b5ea40cf3
parentc0960d118516d4bf43bd0f9a0993abdc5d996847
MINOR: backend: count the number of connect and reuse per server and per backend

Sadly we didn't have the cumulated number of connections established to
servers till now, so let's now update it per backend and per-server and
report it in the stats. On the stats page it appears in the tooltip
when hovering over the total sessions count field.
include/types/counters.h
include/types/stats.h
src/backend.c
src/stats.c