]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: extend "show servers conn" output
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 19 Aug 2025 13:23:21 +0000 (15:23 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 28 Aug 2025 16:58:11 +0000 (18:58 +0200)
commit2afcba1eb72b10cec410759d642688f96f9341e4
tree99bdf10cbd0cf66316dc0541a8d1f69fdc6140c5
parentfac1de935abdc5968ba9f5dcdf1c774b903aae37
MINOR: proxy: extend "show servers conn" output

CLI command "show servers conn" is used as a debugging tool to monitor
the number of connections per server. This patch extends its output by
adding the content of two server counters.

<served> is the first added column. It represents the number of active
streams on a server. <curr_sess_idle_conns> is the second added column.
This is a recently added value which account private idle connections
referencing a server.
doc/management.txt
src/proxy.c