]> git.kaiwu.me - haproxy.git/commitdiff
DOC: stats: document the per-proxy byte count fields in the CSV list
authorMaxime Henrion <mhenrion@haproxy.com>
Tue, 7 Jul 2026 14:26:28 +0000 (10:26 -0400)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 Jul 2026 14:42:35 +0000 (16:42 +0200)
Fields 114 to 117 (reqbin, reqbout, resbin, resbout) were added to the
CSV output but never listed in the stats description of management.txt.

This should be backported up to 3.3.

doc/management.txt

index ab5b05ed446c6bc997731361e67e6d33661980fa..d7128847358826bae7c3d24d3df7f1af6796cca4 100644 (file)
@@ -1367,6 +1367,14 @@ Here is the list of static fields using the proxy statistics domain:
       since the worker process started
  112. proto [L...]: protocol
  113. priv_idle_cur [...S]: current number of private idle connections
+ 114. reqbin [LFBS]: total number of request bytes received since the worker
+      process started
+ 115. reqbout [LFBS]: total number of request bytes sent since the worker
+      process started
+ 116. resbin [LFBS]: total number of response bytes received since the worker
+      process started
+ 117. resbout [LFBS]: total number of response bytes sent since the worker
+      process started
 
 For all other statistics domains, the presence or the order of the fields are
 not guaranteed. In this case, the header line should always be used to parse