@@ -22203,10 +22203,12 @@ fc_http_major : integer
22203
22203
encoding and not on the version present in the request header.
22204
22204
22205
22205
fc_lost : integer
22206
- Returns the lost counter measured by the kernel for the client
22207
- connection. If the server connection is not established, if the connection is
22208
- not TCP or if the operating system does not support TCP_INFO, for example
22209
- Linux kernels before 2.4, the sample fetch fails.
22206
+ If the connection is not TCP, nor QUIC, the sample fetch fails.
22207
+ For QUIC, returns the number of lost QUIC packets by the client connection.
22208
+ For TCP, returns the lost counter measured by the kernel for the client
22209
+ connection. If the server connection is not established, or if the operating
22210
+ system does not support TCP_INFO, for example Linux kernels before 2.4, the
22211
+ sample fetch fails.
22210
22212
22211
22213
fc_nb_streams : integer
22212
22214
Returns the number of streams opened on the frontend connection.
@@ -22247,10 +22249,12 @@ fc_rcvd_proxy : boolean
22247
22249
header.
22248
22250
22249
22251
fc_reordering : integer
22250
- Returns the reordering counter measured by the kernel for the client
22251
- connection. If the server connection is not established, if the connection is
22252
- not TCP or if the operating system does not support TCP_INFO, for example
22253
- Linux kernels before 2.4, the sample fetch fails.
22252
+ If the connection is not TCP, nor QUIC, the sample fetch fails.
22253
+ For QUIC, return the number of QUIC reordered packets for the client connection.
22254
+ For TCP, returns the reordering counter measured by the kernel for the client
22255
+ connection. If the server connection is not established, or if the operating
22256
+ system does not support TCP_INFO, for example Linux kernels before 2.4, the
22257
+ sample fetch fails.
22254
22258
22255
22259
fc_retrans : integer
22256
22260
Returns the retransmits counter measured by the kernel for the client
@@ -22259,20 +22263,22 @@ fc_retrans : integer
22259
22263
Linux kernels before 2.4, the sample fetch fails.
22260
22264
22261
22265
fc_rtt(<unit>) : integer
22262
- Returns the Round Trip Time (RTT) measured by the kernel for the client
22266
+ If the connection is not TCP, nor QUIC, the sample fetch fails.
22267
+ For QUIC, returns Smoothed Round Trip Time for the client connection.
22268
+ For TCP, returns the Round Trip Time (RTT) measured by the kernel for the client
22263
22269
connection. <unit> is facultative, by default the unit is milliseconds. <unit>
22264
22270
can be set to "ms" for milliseconds or "us" for microseconds. If the server
22265
- connection is not established, if the connection is not TCP or if the
22266
- operating system does not support TCP_INFO, for example Linux kernels before
22267
- 2.4, the sample fetch fails.
22271
+ connection is not established, or if the operating system does not support
22272
+ TCP_INFO, for example Linux kernels before 2.4, the sample fetch fails.
22268
22273
22269
22274
fc_rttvar(<unit>) : integer
22270
- Returns the Round Trip Time (RTT) variance measured by the kernel for the
22271
- client connection. <unit> is facultative, by default the unit is milliseconds.
22275
+ If the connection is not TCP, nor QUIC, the sample fetch fails.
22276
+ For QUIC, returns Smoothed Round Trip Time variance for the client connection.
22277
+ For TCP, returns the Round Trip Time (RTT) variance measured by the kernel for
22278
+ the client connection. <unit> is facultative, by default the unit is milliseconds.
22272
22279
<unit> can be set to "ms" for milliseconds or "us" for microseconds. If the
22273
- server connection is not established, if the connection is not TCP or if the
22274
- operating system does not support TCP_INFO, for example Linux kernels before
22275
- 2.4, the sample fetch fails.
22280
+ server connection is not established, or if the operating system does not
22281
+ support TCP_INFO, for example Linux kernels before 2.4, the sample fetch fails.
22276
22282
22277
22283
fc_sacked : integer
22278
22284
Returns the sacked counter measured by the kernel for the client connection.
0 commit comments