commit | f21d17bbe8ef3a92d765cfee75721fddb8fe1ffd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Sep 08 09:24:56 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Sep 08 09:30:50 2019 +0200 |
tree | e52b913eadd344a7900ffed058568509aa851726 | |
parent | 4cae3bf63117983c2992727b602cfe151135b72a [diff] |
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.