mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-25 15:51:24 +02:00
DOC: Add missing stats fields in the management doc
Added latest fields: idle_conn_cur, safe_conn_cur, used_conn_cur, need_conn_est
This commit is contained in:
parent
7aaadf5583
commit
08eb718494
@ -1127,6 +1127,10 @@ Here is the list of static fields using the proxy statistics domain:
|
|||||||
92. rtime_max [..BS]: the maximum observed response time in ms (0 for TCP)
|
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
|
93. ttime_max [..BS]: the maximum observed total session time in ms
|
||||||
94. eint [LFBS]: cumulative number of internal errors
|
94. eint [LFBS]: cumulative number of internal errors
|
||||||
|
95. idle_conn_cur [...S]: current number of unsafe idle connections
|
||||||
|
96. safe_conn_cur [...S]: current number of safe idle connections
|
||||||
|
97. used_conn_cur [...S]: current number of connections in use
|
||||||
|
98. need_conn_est [...S]: estimated needed number of connections
|
||||||
|
|
||||||
For all other statistics domains, the presence or the order of the fields are
|
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
|
not guaranteed. In this case, the header line should always be used to parse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user