]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxies/servers: Calculate queueslength and use it.
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 15 Jan 2025 15:37:35 +0000 (16:37 +0100)
committerOlivier Houchard <cognet@ci0.org>
Tue, 28 Jan 2025 11:49:41 +0000 (12:49 +0100)
commit583303c48b34054dfd1626954a46cf4e7655d17c
treef598f202e1814c5daa8ca5418acfe57c081539ec
parent59eddabe1699742b3a098d5af4a777a66470f06f
MINOR: proxies/servers: Calculate queueslength and use it.

For both proxies and servers, properly calculates queueslength, which is
the total number of element in each queues (as they currently are only
using one queue, it is equivalent to the number of element of that
queue), and use it instead of the queue's length.
13 files changed:
include/haproxy/queue.h
src/backend.c
src/check.c
src/haproxy.c
src/hlua_fcn.c
src/lb_chash.c
src/lb_fas.c
src/lb_fwlc.c
src/lb_fwrr.c
src/lb_map.c
src/queue.c
src/server.c
src/stats-proxy.c