[master] 99bdea7 Document the levels with regard to restarts

Martin Blix Grydeland martin at varnish-software.com
Wed Jan 8 15:50:10 CET 2014


commit 99bdea7723f6551cb1990559a0f802cb24a52154
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Wed Jan 8 15:49:40 2014 +0100

    Document the levels with regard to restarts

diff --git a/doc/sphinx/reference/vsl-query.rst b/doc/sphinx/reference/vsl-query.rst
index 6f4a41f..9547a59 100644
--- a/doc/sphinx/reference/vsl-query.rst
+++ b/doc/sphinx/reference/vsl-query.rst
@@ -35,8 +35,12 @@ When grouping transactions, there is a hierarchy structure showing
 which transaction initiated what. The level increases by one by an
 'initiated by' relation, so for example a backend transaction will
 have one higher level than the client transaction that initiated it on
-a cache miss. Levels start counting at 1, except when using raw where
-it will always be 0.
+a cache miss. Request restart transactions does not have it's level
+increased. This is to help predicting the level for a given
+transaction.
+
+Levels start counting at 1, except when using raw where it will always
+be 0.
 
 The grouping modes are:
 



More information about the varnish-commit mailing list