MINOR: stream/cli: add an optional "older" filter for "show sess"
authorWilly Tarreau <w@1wt.eu>
Fri, 17 Nov 2023 17:32:59 +0000 (18:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 17 Nov 2023 18:30:04 +0000 (19:30 +0100)
commit3ffcf7beb12ae785d6e168f9666f222b87dd7d85
tree23885f3aceab88c5c7853fbe2492cc3e88157c5c
parentec76e0138b418ccb57da45f00e97f4cf2dcc2582
MINOR: stream/cli: add an optional "older" filter for "show sess"

It's often needed to be able to refine "show sess" when debugging, and
very often a first glance at old streams is performed, but that's a
difficult task in large dumps, and it takes lots of resources to dump
everything.

This commit adds "older <age>" to "show sess" in order to specify the
minimum age of streams that will be dumped. This should simplify the
identification of blocked ones.
doc/management.txt
src/stream.c