]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli/proxy: add a new "show servers conn" command
authorWilly Tarreau <w@1wt.eu>
Wed, 1 Jul 2020 05:00:59 +0000 (07:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 1 Jul 2020 08:32:54 +0000 (10:32 +0200)
commit69f591e3b063345668e96653d30719922e2384e7
tree02c87ab4999122a1eff90be018c916c44bff1d2d
parentdf2a0305f24a58f56d44e1d12ea247a5ff243757
MINOR: cli/proxy: add a new "show servers conn" command

This command reuses the existing "show servers state" to also dump the
state of active and idle connections. The main use is to serve as a
debugging tool to troubleshot connection reuse issues.
doc/management.txt
src/proxy.c