]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: debug: support pool filtering on "debug dev memstats"
authorWilly Tarreau <w@1wt.eu>
Wed, 30 Nov 2022 15:42:54 +0000 (16:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 1 Dec 2022 15:12:21 +0000 (16:12 +0100)
commite57fbed3c4a1063af94f3757f95406f9f5d36253
tree3380ad846299db5e00da1803f0643d6ac9bdc07d
parenta9800a0f58bdf0d5d8ae8a00c7ad069306600da0
MINOR: debug: support pool filtering on "debug dev memstats"

Sometimes when debugging it's convenient to be able to focus only on
certain pools. Just like we did for "show pools", let's add a filter
based on a prefix on "debug dev memstats match <prefix>".
src/debug.c