]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tcp: Return TCP statistics like RTT and RTT variance
authorThierry Fournier / OZON.IO <thierry.fournier@ozon.io>
Sun, 24 Jul 2016 18:16:50 +0000 (20:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 27 Jul 2016 11:47:09 +0000 (13:47 +0200)
commit6310bef51148b747f9019bd0bd67fd285eff0ae3
tree4928209e2dcfaaf8a06c6ee666ca9dcf0adc98fa
parentdb1b6f9ecb552d0337a1471305ad687084947d13
MINOR: tcp: Return TCP statistics like RTT and RTT variance

This patch adds 4 new sample fetches which returns the RTT of the
established connexion and the RTT variance. The established connection
can be between the client and HAProxy, and between HAProxy and the
server. This is very useful for statistics. A great use case is the
estimation of the TCP connection time of the client. Note that the
RTT of the server side is not so interesting because we already have
the connect() time.
doc/configuration.txt
src/proto_tcp.c