MINOR: activity: add per-thread statistics on FD takeover
authorWilly Tarreau <w@1wt.eu>
Mon, 29 Jun 2020 12:17:59 +0000 (14:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 29 Jun 2020 12:26:05 +0000 (14:26 +0200)
commitb159132ea3c2448348d3db7aa97680de057efd96
treed5477fcbb7a444b23c9b94093a4bc15225c59cdf
parent3bb617cfe0ae9739f223ca779a8de93086671c91
MINOR: activity: add per-thread statistics on FD takeover

The FD takeover operation might have certain impacts explaining
unexpected activities, so it's important to report such a counter
there. We thus count the number of times a thread has stolen an
FD from another thread.
include/haproxy/activity-t.h
src/backend.c
src/cli.c