commit | 2406db4b3905d8d1971c788e8871db569d841ed4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 09 12:16:43 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 09 14:08:47 2012 +0100 |
tree | 8d03ae5f206ba05e4e4026fccb454799045e412b | |
parent | 5d5b5d8eaf3891cc8ce6e7fca6fd05ca828f014e [diff] |
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.