From: Jérôme Magnin Date: Wed, 17 Jul 2019 07:24:46 +0000 (+0200) Subject: DOC: management: document reuse and connect counters in the CSV format X-Git-Tag: v2.1-dev2~399 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=708eb88845bf6a772e5adfdf9fd660a2b7c89636;p=thirdparty%2Fhaproxy.git 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 --- diff --git a/doc/management.txt b/doc/management.txt index 93bee671b1..ba53b04828 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -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