]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: activity/cli: support aggregating task profiling outputs
authorWilly Tarreau <w@1wt.eu>
Thu, 8 Sep 2022 14:05:57 +0000 (16:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Sep 2022 14:32:17 +0000 (16:32 +0200)
commitdc89b1806c27a35a1fff480f264b185fce65ef3c
treec0c16fb4531a577498ce42dfbaad53dc4a233c0d
parent64435aaa85c5802cc8bdcfe46f21baf6bfc4c275
MINOR: activity/cli: support aggregating task profiling outputs

By default we now dump stats between caller and callee, but by
specifying "aggr" on the command line, stats get aggregated by
callee again as it used to be before the feature was available.
It may sometimes be helpful when comparing total call counts,
though that's about all.
doc/management.txt
src/activity.c