]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: activity: add a new lkw_avg column to show profiling stats
authorWilly Tarreau <w@1wt.eu>
Thu, 11 Sep 2025 08:42:02 +0000 (10:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Sep 2025 14:32:34 +0000 (16:32 +0200)
commit1956c544b58c2b9fcf96874c211fde38728451a6
tree9503d76639864cfe3b8ab69c300cf6bfc5b96b15
parent9f7ce9e807cfbf056153bf91d9410b4c2ee375f5
MINOR: activity: add a new lkw_avg column to show profiling stats

This new column will be used for reporting the average time spent waiting
for a lock. It will only have a non-zero value when DEBUG_THREAD > 0. For
now it is not updated.
include/haproxy/activity-t.h
src/activity.c