]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream/cli: add another filter "susp" to "show sess"
authorWilly Tarreau <w@1wt.eu>
Fri, 17 Nov 2023 18:29:02 +0000 (19:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 17 Nov 2023 18:30:07 +0000 (19:30 +0100)
commit6c7771f1b40985b9458cdeb0adfd7bf2d14c3940
tree8872a8717bfa9f8a074fcef00e8e5692748c55fa
parent3ffcf7beb12ae785d6e168f9666f222b87dd7d85
MINOR: stream/cli: add another filter "susp" to "show sess"

This one reports streams considered as "suspicious", i.e. those with
no expiration dates or dates in the past, or those without a front
endpoint. More criteria could be added in the future.
doc/management.txt
src/stream.c