]> git.kaiwu.me - haproxy.git/commit
MINOR: stats: make "show info" able to report rates as floats when asked
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 06:14:04 +0000 (08:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 08:52:12 +0000 (10:52 +0200)
commitc5977728b3712aab750317c3439fb183dc0314db
tree2bb10250820bd23259a0f9752a601b85c189709d
parente8abc3293f39d3c9df9d658f0989c38ceb3d3659
MINOR: stats: make "show info" able to report rates as floats when asked

Now "show info float" will also report SSL rates, connection rates and
key reuse ratios as floats. This can be convenient at very low rates.

Note that the SSL reuse ratio which used to commonly oscillate between
0 and 1 under load is now more often above zero with small values. It
indicates that for better stability we shouldn't be comparing a key rate
with a connection rate but instead we should measure the reuse rate at
its source.
src/stats.c