commit | 3bb617cfe0ae9739f223ca779a8de93086671c91 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jun 29 13:51:05 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 29 14:26:05 2020 +0200 |
tree | 026eb086c884e00c5c28ff4c3209dff4cfb65c2c | |
parent | 13c1a01de6aa71acdaa831ae2f018439b58fc42c [diff] |
MINOR: stats: add 3 new output values for the per-server idle conn state The servers have internal states describing the status of idle connections, unfortunately these were not exported in the stats. This patch adds the 3 following gauges: - idle_conn_cur : Current number of unsafe idle connections - safe_conn_cur : Current number of safe idle connections - used_conn_cur : Current number of connections in use