]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats: report the number of idle connections for each server
authorWilly Tarreau <w@1wt.eu>
Sun, 8 Sep 2019 07:24:56 +0000 (09:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 8 Sep 2019 07:30:50 +0000 (09:30 +0200)
commitf21d17bbe8ef3a92d765cfee75721fddb8fe1ffd
treee52b913eadd344a7900ffed058568509aa851726
parent4cae3bf63117983c2992727b602cfe151135b72a
MINOR: stats: report the number of idle connections for each server

This adds two extra fields to the stats, one for the current number of idle
connections and one for the configured limit. A tooltip link now appears on
the HTML page to show these values in front of the active connection values.

This should be backported to 2.0 and 1.9 as it's the only way to monitor
the idle connections behaviour.
include/types/stats.h
src/stats.c