Skip to content

Commit fb43343

Browse files
committed
MINOR: doc: add missing statistics column
Complete documentation with missing description of newly added columns. This must be backported up to 2.8.
1 parent f0710a1 commit fb43343

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/management.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,21 @@ Here is the list of static fields using the proxy statistics domain:
13411341
101. agg_server_status_check [..B.]: (deprecated)
13421342
102. agg_check_status [..B.]: backend aggregated gauge of server's state check
13431343
status
1344+
103. srid [...S]: server id revision
1345+
104. sess_other [.F..]: total number of sessions other than HTTP since process
1346+
started
1347+
105. h1_sess [.F..]: total number of HTTP/1 sessions since process started
1348+
106. h2_sess [.F..]: total number of HTTP/2 sessions since process started
1349+
107. h3_sess [.F..]: total number of HTTP/3 sessions since process started
1350+
108. req_other [.F..]: total number of sessions other than HTTP processed by
1351+
this object since the worker process started
1352+
109. h1req [.F..]: total number of HTTP/1 sessions processed by this object
1353+
since the worker process started
1354+
110. h2req [.F..]: total number of hTTP/2 sessions processed by this object
1355+
since the worker process started
1356+
111. h3req [.F..]: total number of HTTP/3 sessions processed by this object
1357+
since the worker process started
1358+
112. proto [L...]: protocol
13441359

13451360
For all other statistics domains, the presence or the order of the fields are
13461361
not guaranteed. In this case, the header line should always be used to parse

0 commit comments

Comments
 (0)