]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: activity: report totals and average separately
authorWilly Tarreau <w@1wt.eu>
Tue, 28 May 2019 14:32:06 +0000 (16:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 28 May 2019 15:25:21 +0000 (17:25 +0200)
commitd78d08f95b8de5f485eb3aa8304f8e207adbe7db
tree632b4429d7dead65415b7d60cf0521821a9a0a1d
parenta0211b864c33a1edd5abd8b7003c04be8c091074
MINOR: activity: report totals and average separately

Some fields need to be averaged instead of summed (e.g. avg_poll_us)
when reported on the CLI. Let's have a distinct macro for this.
src/cli.c