]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: Add timings events schemas
authorGuillaume de Lafond <gdelafond@aquaray.com>
Fri, 23 Dec 2016 16:32:43 +0000 (17:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 23 Dec 2016 17:02:05 +0000 (18:02 +0100)
[wt: this could be backported to 1.7]

doc/configuration.txt

index f654c8ea8265195c0e5508c41953214c55d8ac4d..c4efbce5ebfa8835b60e7d1c334e6fecdb65b933 100644 (file)
@@ -15491,6 +15491,26 @@ frontend, 3 control points are reported under the form "Tw/Tc/Tt", and in HTTP
 mode, 5 control points are reported under the form "TR/Tw/Tc/Tr/Ta". In
 addition, three other measures are provided, "Th", "Ti", and "Tq".
 
+Timings events in HTTP mode:
+
+                 first request               2nd request
+      |<-------------------------------->|<-------------- ...
+      t         tr                       t    tr ...
+   ---|----|----|----|----|----|----|----|----|--
+      : Th   Ti   TR   Tw   Tc   Tr   Td : Ti   ...
+      :<---- Tq ---->:                   :
+      :<-------------- Tt -------------->:
+                :<--------- Ta --------->:
+
+Timings events in TCP mode:
+
+           TCP session
+      |<----------------->|
+      t                   t
+   ---|----|----|----|----|---
+      | Th   Tw   Tc   Td |
+      |<------ Tt ------->|
+
   - Th: total time to accept tcp connection and execute handshakes for low level
     protocols. Currently, these protocoles are proxy-protocol and SSL. This may
     only happen once during the whole connection's lifetime. A large time here