]> git.kaiwu.me - haproxy.git/commit
MINOR: stats: Add an option to disable the calculation of max counters
authorOlivier Houchard <ohouchard@haproxy.com>
Mon, 2 Mar 2026 16:01:58 +0000 (17:01 +0100)
committerOlivier Houchard <cognet@ci0.org>
Thu, 5 Mar 2026 14:39:42 +0000 (15:39 +0100)
commit5d02d33ee1e2143587e8b891af04eb56a228ab4d
treee42cad99c14b5f8577a98d2d5e2e29afbb3355e1
parent1544842801f709cf1c4d1eb0235a1c8c556867c9
MINOR: stats: Add an option to disable the calculation of max counters

Add a new option, "stats calculate-max-counters [on|off]".
It makes it possible to disable the calculation of max counters, as they
can have a performance cost.
doc/configuration.txt
include/haproxy/counters.h
include/haproxy/global-t.h
src/cli.c