Hi Aleksandar,
Aleksandar Lazic wrote:
The timing events at 6st position.
http://haproxy.1wt.eu/download/1.3/doc/haproxy-en.txt
4.2.3) Timing events
. . .
Other cases ('xx' means any value to be ignored) : -1/xx/xx/xx/Tt: the client was not able to send its complete request in time, or that it aborted it too early. Tq/-1/xx/xx/Tt: it was not possible to process the request, maybe because servers were out of order. Tq/Tw/-1/xx/Tt: the connection could not establish on the server. Either it refused it or it timed out after Tt-(Tq+Tw) ms. Tq/Tw/Tc/-1/Tt: the server has accepted the connection but did not return a complete response in time, or it closed its connexion unexpectedly, after Tt-(Tq+Tw+Tc) ms.
thanks, I'll have a look at it.
-Matthias