table_avl([<table>]) integer
table_cnt([<table>]) integer
thread integer
-txn.conn_retries integer
txn.id32 integer
txn.redispatch boolean
txn.sess_term_state string
the function, between 0 and (global.nbthread-1). This is useful for logging
and debugging purposes.
-txn.conn_retries : integer
- Returns the the number of connection retries experienced by this stream when
- trying to connect to the server. This value is subject to change while the
- connection is not fully established. For HTTP connections, the value may be
- affected by L7 retries.
-
txn.id32 : integer
Returns the internal transaction ID. It is a 32bits integer. So, in absolute,
its value is not unique, transaction IDs may wrap. The wrapping period
src_updt_conn_cnt([<table>]) integer
srv_id integer
srv_name string
+txn.conn_retries integer
-------------------------------------------------+-------------
Detailed list:
While it's almost only used with ACLs, it may be used for logging or
debugging. It can also be used in a tcp-check or an http-check ruleset.
+txn.conn_retries : integer
+ Returns the the number of connection retries experienced by this stream when
+ trying to connect to the server. This value is subject to change while the
+ connection is not fully established. For HTTP connections, the value may be
+ affected by L7 retries.
+
7.3.4. Fetching samples at Layer 5
----------------------------------