haproxy/include
Willy Tarreau 8a03408d81 MINOR: activity: add accept queue counters for pushed and overflows
It's important to monitor the accept queues to know if some incoming
connections had to be handled by their originating thread due to an
overflow. It's also important to be able to confirm thread fairness.
This patch adds "accq_pushed" to activity reporting, which reports
the number of connections that were successfully pushed into each
thread's queue, and "accq_full", which indicates the number of
connections that couldn't be pushed because the thread's queue was
full.
2019-02-27 14:27:07 +01:00
..
common MINOR: tools: implement functions to look up the nth bit set in a mask 2019-02-27 14:27:07 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: listener: implement multi-queue accept for threads 2019-02-27 14:27:07 +01:00
types MINOR: activity: add accept queue counters for pushed and overflows 2019-02-27 14:27:07 +01:00