]> git.kaiwu.me - haproxy.git/commit
MINOR: stream/cli: make "show sess" support filtering on front/back/server
authorWilly Tarreau <w@1wt.eu>
Fri, 7 Mar 2025 09:34:19 +0000 (10:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 7 Mar 2025 09:38:12 +0000 (10:38 +0100)
commit5e558c172791978d41a2e3f07519bc49ee2337e3
tree44dc7a021895dfc12bbc664a80f8917faf2e27a8
parent2bd7cf53cb7b95622c2451a4e7bd46a267463617
MINOR: stream/cli: make "show sess" support filtering on front/back/server

With "show sess", particularly "show sess all", we're often missing the
ability to inspect only streams attached to a frontend, backend or server.
Let's just add these filters to the command. Only one at a time may be set.

One typical use case could be to dump streams attached to a server after
issuing "shutdown sessions server XXX" to figure why any wouldn't stop
for example.
doc/management.txt
src/stream.c