commit | 64a9c05f37b255708056d94fd2852cc7ebba2733 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Apr 12 15:27:17 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Apr 12 15:54:15 2019 +0200 |
tree | 6d27cd8f148a4064d6680832f438c2c59b3eb440 | |
parent | 0d858446b62d40f9c7a932b5a491ccbcaaeb9c5c [diff] |
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.