Re: [PATCH] DOC: Add missing stats fields in the management doc

2020-10-09 Thread William Dauchy
On Fri, Oct 9, 2020 at 9:59 AM Willy Tarreau  wrote:
> Good catch, thanks for these Pierre. I feel ashamed for having forgotten
> to add them into the doc when I added the metrics :-/

I bet it was during our long running debug session before v2.2 :)

-- 
William



Re: [PATCH] DOC: Add missing stats fields in the management doc

2020-10-09 Thread Willy Tarreau
On Thu, Oct 08, 2020 at 04:37:14PM +0200, Pierre Cheynier wrote:
> Added latest fields: idle_conn_cur, safe_conn_cur, used_conn_cur, 
> need_conn_est

Good catch, thanks for these Pierre. I feel ashamed for having forgotten
to add them into the doc when I added the metrics :-/

Willy



[PATCH] DOC: Add missing stats fields in the management doc

2020-10-08 Thread Pierre Cheynier
Added latest fields: idle_conn_cur, safe_conn_cur, used_conn_cur, need_conn_est
---
 doc/management.txt | 4 
 1 file changed, 4 insertions(+)

diff --git a/doc/management.txt b/doc/management.txt
index eef05b0fc..9fd7e6c03 100644
--- a/doc/management.txt
+++ b/doc/management.txt
@@ -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)
  93. ttime_max [..BS]: the maximum observed total session time in ms
  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
 not guaranteed. In this case, the header line should always be used to parse
-- 
2.28.0