mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
DOC: Add missing stats fields in the management manual
Following fields was missing : srv_icur, src_ilim, qtime_max, ctime_max, rtime_max and ttime_max.
This commit is contained in:
parent
20ab80c0c0
commit
2ac2574409
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue