]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: counters: add sc1_trackers/sc2_trackers
authorWilly Tarreau <w@1wt.eu>
Sun, 9 Dec 2012 11:16:43 +0000 (12:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 9 Dec 2012 13:08:47 +0000 (14:08 +0100)
commit2406db4b3905d8d1971c788e8871db569d841ed4
tree8d03ae5f206ba05e4e4026fccb454799045e412b
parent5d5b5d8eaf3891cc8ce6e7fca6fd05ca828f014e
MEDIUM: counters: add sc1_trackers/sc2_trackers

Returns the current amount of concurrent connections tracking the same
tracked counters. This number is automatically incremented when tracking
begins and decremented when tracking stops. It differs from sc1_conn_cur in
that it does not rely on any stored information but on the table's reference
count (the "use" value which is returned by "show table" on the CLI). This
may sometimes be more suited for layer7 tracking.
doc/configuration.txt
src/session.c