[master] 2157bd5 Format BereqEnd in the same way as the other tags

Martin Blix Grydeland martin at varnish-cache.org
Thu Oct 31 12:21:09 CET 2013


commit 2157bd562ebad8be4c8c4d9945fe7e5b023166cc
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Mon Oct 28 14:56:45 2013 +0100

    Format BereqEnd in the same way as the other tags

diff --git a/include/tbl/vsl_tags.h b/include/tbl/vsl_tags.h
index e6bf5a3..7457066 100644
--- a/include/tbl/vsl_tags.h
+++ b/include/tbl/vsl_tags.h
@@ -171,12 +171,16 @@ SLTM(Length, "Size of object body",
 
 SLTM(BereqEnd, "Backend request end",
 	"Marks the end of a backend request.\n\n"
-	"Tstart\n    Timestamp when the fetch started (epoch)\n\n"
-	"Tend\n    Timestamp when the fetch ended (epoch)\n\n"
-	"dTsend\n    Time to send the backend request\n\n"
-	"dThdr\n    Time to receive the backend response headers\n\n"
-	"dTbody\n    Time to receive the backend response body\n\n"
-	"dTresp\n    Time to receive the backend response (dThdr + dTbody)\n\n"
+	"The format is::\n\n"
+	"\t%f %f %f %f %f %f\n"
+	"\t|  |  |  |  |  |\n"
+	"\t|  |  |  |  |  +- Time to receive response (hdr + body)\n"
+	"\t|  |  |  |  +---- Time to receive body\n"
+	"\t|  |  |  +------- Time to receive headers\n"
+	"\t|  |  +---------- Time to send request body\n"
+	"\t|  +------------- Timestamp (since epoch) when the request ended\n"
+	"\t+---------------- Timestamp (since epoch) when the request started\n"
+	"\n"
 )
 
 SLTM(FetchError, "Error while fetching object",



More information about the varnish-commit mailing list