commit | da7ff64aa917dec26ee0f2932a18d2cd4b4fd54b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jun 23 11:44:09 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Aug 10 18:04:14 2010 +0200 |
tree | 086216e0826ac74a52d2ab78289eb86b78c97f23 | |
parent | c3bd972cdaf63ef2fbcf69f3ffa19ece8d7087e6 [diff] |
[MEDIUM] session-counters: add HTTP req/err tracking This patch adds support for the following session counters : - http_req_cnt : HTTP request count - http_req_rate: HTTP request rate - http_err_cnt : HTTP request error count - http_err_rate: HTTP request error rate The equivalent ACLs have been added to check the tracked counters for the current session or the counters of the current source.