MINOR: stats: add the estimated need of concurrent connections per server
authorWilly Tarreau <w@1wt.eu>
Mon, 29 Jun 2020 13:38:53 +0000 (15:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 29 Jun 2020 14:29:11 +0000 (16:29 +0200)
commita9fcecbdf369e4cba802ce4eac8f298dc861f842
treef29bed9fe9a50d8510a23ade1e5e68e7755032f6
parentbdb86bdaabc2f3cc8618b6c59beba806c02a2e0f
MINOR: stats: add the estimated need of concurrent connections per server

The max_used_conns value is used as an estimate of the needed number of
connections on a server to know how many to keep open. But this one is
not reported, making it hard to troubleshoot reuse issues. Let's export
it in the sessions/current column.
include/haproxy/stats-t.h
src/stats.c