]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: management: document reuse and connect counters in the CSV format
authorJérôme Magnin <jmagnin@haproxy.com>
Wed, 17 Jul 2019 07:24:46 +0000 (09:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 17 Jul 2019 07:40:46 +0000 (09:40 +0200)
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

doc/management.txt

index 93bee671b18577f16d311757bf7529a9f20bbf3b..ba53b048283da155144b63803446829ffcf93ab7 100644 (file)
@@ -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