]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: global: add a command-line option to enable CPU binding debugging
authorWilly Tarreau <w@1wt.eu>
Thu, 23 Jan 2025 08:02:41 +0000 (09:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 14 Mar 2025 17:30:30 +0000 (18:30 +0100)
commitf0661e79fe4dac543a210476802fd4be4fc91a78
treede11652089f22e0f9925e723bf09c87e45539746
parent94543d7b65438eec562571c4c7ed2f6f5b5b25a6
MINOR: global: add a command-line option to enable CPU binding debugging

During development, everything related to CPU binding and the CPU topology
is debugged using state dumps at various places, but it does make sense to
have a real command line option so that this remains usable in production
to help users figure why some CPUs are not used by default. Let's add
"-dc" for this. Since the list of global.tune.options values is almost
full and does not 100% match this option, let's add a new "tune.debug"
field for this.
doc/management.txt
include/haproxy/global-t.h
src/haproxy.c