]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: Add missing stats fields in the management manual
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 8 Nov 2019 14:27:27 +0000 (15:27 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 15 Nov 2019 13:24:06 +0000 (14:24 +0100)
Following fields was missing : srv_icur, src_ilim, qtime_max, ctime_max,
rtime_max and ttime_max.

doc/management.txt

index ffd3489130905b09566f0febedb960eba2745aaa..fb81ed953e795eb6beb8b58b380cd810b809aa35 100644 (file)
@@ -1103,6 +1103,12 @@ S (Servers).
  85: reuse [..BS]: cumulative number of connection reuses
  86: cache_lookups [.FB.]: cumulative number of cache lookups
  87: cache_hits [.FB.]: cumulative number of cache hits
+ 88: srv_icur [...S]: current number of idle connections available for reuse
+ 89: src_ilim [...S]: limit on the number of available idle connections
+ 90. qtime_max [..BS]: the maximum observed queue time in ms
+ 91. ctime_max [..BS]: the maximum observed connect time in ms
+ 92. rtime_max [..BS]: the maximum observed response time in ms (0 for TCP)
+ 93. ttime_max [..BS]: the maximum observed total session time in ms
 
 
 9.2) Typed output format