mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05:00
DOC: management: document reuse and connect counters in the CSV format
Counters for connect and reuse were added in the stats with commit
f1573848 ("MINOR: backend: count the number of connect and reuse
per server and per backend") but not documented the CSV format in
management.txt
This commit is contained in:
parent
db5140741d
commit
708eb88845
1 changed files with 2 additions and 0 deletions
|
|
@ -1099,6 +1099,8 @@ S (Servers).
|
|||
81: dcon [LF..]: requests denied by "tcp-request connection" rules
|
||||
82: dses [LF..]: requests denied by "tcp-request session" rules
|
||||
83: wrew [LFBS]: cumulative number of failed header rewriting warnings
|
||||
84: connect [..BS]: cumulative number of connection establishment attempts
|
||||
85: reuse [..BS]: cumulative number of connection reuses
|
||||
|
||||
|
||||
9.2) Typed output format
|
||||
|
|
|
|||
Loading…
Reference in a new issue