[master] 3bd031e reorder sections

Nils Goroll nils.goroll at uplex.de
Tue Jun 16 15:09:55 CEST 2015


commit 3bd031e336c8db3402a4b948a034ad60a4f7e651
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Jun 16 15:09:39 2015 +0200

    reorder sections

diff --git a/doc/sphinx/reference/vsl-query.rst b/doc/sphinx/reference/vsl-query.rst
index 6245a06..864af0a 100644
--- a/doc/sphinx/reference/vsl-query.rst
+++ b/doc/sphinx/reference/vsl-query.rst
@@ -74,6 +74,20 @@ The grouping modes are:
   Every log record will make up a transaction of it's own. All data,
   including non-transactional data will be reported.
 
+Transaction Hierarchy
+---------------------
+
+Example transaction hierarchy using request grouping mode ::
+
+  Lvl 1: Client request (cache miss)
+    Lvl 2: Backend request
+    Lvl 2: ESI subrequest (cache miss)
+      Lvl 3: Backend request
+      Lvl 3: Backend request (VCL restart)
+      Lvl 3: ESI subrequest (cache miss)
+        Lvl 4: Backend request
+    Lvl 2: ESI subrequest (cache hit)
+
 Memory Usage
 ------------
 
@@ -96,17 +110,6 @@ grouping also logs (potentially long lasting) sessions, it is also
 likely to require memory for copies of log entries, but far less than
 session grouping.
 
-Example transaction hierarchy using request grouping mode ::
-
-  Lvl 1: Client request (cache miss)
-    Lvl 2: Backend request
-    Lvl 2: ESI subrequest (cache miss)
-      Lvl 3: Backend request
-      Lvl 3: Backend request (VCL restart)
-      Lvl 3: ESI subrequest (cache miss)
-        Lvl 4: Backend request
-    Lvl 2: ESI subrequest (cache hit)
-
 QUERY LANGUAGE
 ==============
 



More information about the varnish-commit mailing list