]> git.kaiwu.me - haproxy.git/commit
MINOR: activity: add a new lkd_avg column to show profiling stats
authorWilly Tarreau <w@1wt.eu>
Thu, 11 Sep 2025 09:26:01 +0000 (11:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Sep 2025 14:32:34 +0000 (16:32 +0200)
commit95433f224e24e7422bcf4670f3acb68001abe5f4
tree534c8e47e06fe4f135066790f05f4825d0245558
parent4b23b2ed3288836f1ea254d7753ca95db521bc21
MINOR: activity: add a new lkd_avg column to show profiling stats

This new column will be used for reporting the average time spent
in a task with at least one lock held. 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