]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: configuration: describe Td in Timing events
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 25 Jul 2023 07:06:51 +0000 (09:06 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 25 Jul 2023 12:58:35 +0000 (14:58 +0200)
Describe the Td timer in the timing events section.

Must be backported in every stable branches.

doc/configuration.txt

index 0cf36624e77b66cded7cbf0dce420553735f92c8..9885accf76f266b4b598c3147664ccc84c88446e 100644 (file)
@@ -23690,6 +23690,13 @@ Timings events in TCP mode:
     header (empty line) was never seen, most likely because the server timeout
     stroke before the server managed to process the request.
 
+  - Td: this is the total transfer time of the response payload till the last
+    byte sent to the client. In HTTP it starts after the last response header
+    (after Tr).
+
+    The data sent are not guaranteed to be received by the client, they can be
+    stuck in either the kernel or the network.
+
   - Ta: total active time for the HTTP request, between the moment the proxy
     received the first byte of the request header and the emission of the last
     byte of the response body. The exception is when the "logasap" option is