[3.0] dd0e696 Document %D and %T for varnishncsa

Tollef Fog Heen tfheen at varnish-software.com
Mon Dec 9 13:06:57 CET 2013


commit dd0e69604c26a9a7852d7804d6e75111e06cf6ee
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Thu May 2 14:04:22 2013 +0200

    Document %D and %T for varnishncsa

diff --git a/doc/sphinx/reference/varnishncsa.rst b/doc/sphinx/reference/varnishncsa.rst
index 2937b26..8cd7b05 100644
--- a/doc/sphinx/reference/varnishncsa.rst
+++ b/doc/sphinx/reference/varnishncsa.rst
@@ -55,6 +55,9 @@ The following options are available:
    	         In CLF format, i.e. a '-' rather than a 0 when no
    	         bytes are sent.
 
+	      %D
+	         Time taken to serve the request, in microseconds.
+
 	      %H 
 	         The request protocol. Defaults to HTTP/1.0 if not
                  known.
@@ -95,6 +98,9 @@ The following options are available:
 		 specified by X.  The time specification format is the
 		 same as for strftime(3).
 
+	      %T
+	         Time taken to serve the request, in seconds.
+
 	      %U
 	         The request URL without any query string. Defaults to
                  '-' if not known.



More information about the varnish-commit mailing list