]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] stick-table: use suffix "_cnt" for cumulated counts
authorWilly Tarreau <w@1wt.eu>
Fri, 18 Jun 2010 18:16:39 +0000 (20:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 10 Aug 2010 16:04:12 +0000 (18:04 +0200)
commit8fb12c4b61013a3eeba9ce97ddfdcbe333c8ff40
treed482c119440f8d5fdb1d40097ba1fea2da92a9c0
parent4a0347add08ba3463a3104f83b7a7fb2531060ab
[MINOR] stick-table: use suffix "_cnt" for cumulated counts

The "_cnt" suffix is already used by ACLs to count various data,
so it makes sense to use the same one in "conn_cnt" instead of
"conn_cum" to count cumulated connections.

This is not a problem because no version was emitted with those
keywords.

Thus we'll try to stick to the following rules :

  xxxx_cnt : cumulated event count for criterion xxxx
  xxxx_cur : current number of concurrent entries for criterion xxxx
  xxxx_rate: event rate for criterion xxxx
doc/configuration.txt
include/types/stick_table.h
src/stick_table.c