]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli/activity: report the accept queue sizes in "show activity"
authorWilly Tarreau <w@1wt.eu>
Fri, 12 Apr 2019 13:29:23 +0000 (15:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Apr 2019 13:54:15 +0000 (15:54 +0200)
commita8f57d51a0f19e5186f7f1ebdbb0e35610330311
tree033bfe0526a173f4c599d552c2ae1fe979853570
parent64a9c05f37b255708056d94fd2852cc7ebba2733
MINOR: cli/activity: report the accept queue sizes in "show activity"

Seeing the size of each ring helps understand which threads are
overloaded and why some of them are less often elected than others
by the multi-queue load balancer.
src/cli.c