]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats: Report max times in addition of the averages for sessions
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 8 Nov 2019 13:59:51 +0000 (14:59 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 15 Nov 2019 13:23:54 +0000 (14:23 +0100)
commit0d1c2a65e8370a770d0160074f0d505a6014250e
treea3e40eec734bc6e1df26671e656e5479c11c800f
parentefb41f0d8d9c9faef604d6f09a595b09a441fae6
MINOR: stats: Report max times in addition of the averages for sessions

Now, for the sessions, the maximum times (queue, connect, response, total) are
reported in addition of the averages over the last 1024 connections. These
values are called qtime_max, ctime_max, rtime_max and ttime_max.

This patch is related to #272.
include/types/stats.h
src/stats.c