]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: activity: don't report the lat_tot column for show profiling tasks
authorWilly Tarreau <w@1wt.eu>
Thu, 11 Sep 2025 08:33:50 +0000 (10:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Sep 2025 14:32:34 +0000 (16:32 +0200)
commit9f7ce9e807cfbf056153bf91d9410b4c2ee375f5
tree99ba87800e1762c9bd2b87659b878700b085c9fd
parent3023e981998da3dc6fb03de7bd955d5775f68a7b
MINOR: activity: don't report the lat_tot column for show profiling tasks

This column is pretty useless, as the total latency experienced by tasks
is meaningless, what matters is the average per call. Since we'll add more
columns and we need to keep all of this readable, let's get rid of this
column.
src/activity.c