]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: counters: add a new "gpc0_rate" counter in stick-tables
authorWilly Tarreau <w@1wt.eu>
Wed, 29 May 2013 13:54:14 +0000 (15:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 29 May 2013 13:54:14 +0000 (15:54 +0200)
commitba2ffd18b5e6b70896c8ab024b8271e1309fe606
tree4d870c74c92896c4df60be5bfc8da50530dc55ad
parente25c917af873b3d27b8d701abe614ccd6231a17b
MEDIUM: counters: add a new "gpc0_rate" counter in stick-tables

This counter is special in that instead of reporting the gpc0 cumulative
count, it returns its increase rate over the configured period.
doc/configuration.txt
include/types/stick_table.h
src/session.c
src/stick_table.c