]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli/listener: report the number of accepts on "show activity"
authorWilly Tarreau <w@1wt.eu>
Fri, 12 Apr 2019 13:27:17 +0000 (15:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Apr 2019 13:54:15 +0000 (15:54 +0200)
commit64a9c05f37b255708056d94fd2852cc7ebba2733
tree6d27cd8f148a4064d6680832f438c2c59b3eb440
parent0d858446b62d40f9c7a932b5a491ccbcaaeb9c5c
MINOR: cli/listener: report the number of accepts on "show activity"

The "show activity" command reports the number of incoming connections
dispatched per thread but doesn't report the number of connections
received by each thread. It is important to be able to monitor this
value as it can show that for whatever reason a smaller set of threads
is receiving the connections and dispatching them to all other ones.
include/types/activity.h
src/cli.c
src/listener.c