haproxy/include
Willy Tarreau 4f3f01fa39 [MEDIUM] stats: add the ability to dump table entries matching criteria
It is now possible to dump some select table entries based on criteria
which apply to the stored data. This is enabled by appending the following
options to the end of the "show table" statement :

  data.<data_type> {eq|ne|lt|gt|le|ge} <value>

For intance :

  show table http_proxy data.conn_rate gt 5
  show table http_proxy data.gpc0 ne 0

The compare applies to the integer value as it would be displayed, and
operates on signed long long integers.
2010-08-10 18:04:14 +02:00
..
common [MINOR] tools: add a get_std_op() function to parse operators 2010-08-10 14:03:25 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [MEDIUM] stick-table: make use of generic types for stored data 2010-08-10 18:04:14 +02:00
types [MEDIUM] stats: add the ability to dump table entries matching criteria 2010-08-10 18:04:14 +02:00