[master] f821a2f Document %D and %T for varnishncsa

Tollef Fog Heen tfheen at varnish-cache.org
Thu May 2 14:04:34 CEST 2013


commit f821a2f7a8172259128bab679ee25df5362267ee
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