Commit 8ed1c28a authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Pål Hermunn Johansen

s/VXID/vxid/

parent 3c1c9703
...@@ -52,22 +52,22 @@ The grouping modes are: ...@@ -52,22 +52,22 @@ The grouping modes are:
together. Client connections are open ended when using HTTP together. Client connections are open ended when using HTTP
keep-alives, so it is undefined when the session will be keep-alives, so it is undefined when the session will be
reported. If the transaction timeout period is exceeded an reported. If the transaction timeout period is exceeded an
incomplete session will be reported. Non-transactional data (VXID incomplete session will be reported. Non-transactional data (vxid
== 0) is not reported. == 0) is not reported.
* Request * Request
Transactions are grouped by request, where the set will include the Transactions are grouped by request, where the set will include the
request itself as well as any backend requests or ESI-subrequests. request itself as well as any backend requests or ESI-subrequests.
Session data and non-transactional data (VXID == 0) is not Session data and non-transactional data (vxid == 0) is not
reported. reported.
* VXID * VXID
Transactions are not grouped, so each VXID is reported in it's Transactions are not grouped, so each vxid is reported in it's
entirety. Sessions, requests, ESI-requests and backend requests are entirety. Sessions, requests, ESI-requests and backend requests are
all reported individually. Non-transactional data is not reported all reported individually. Non-transactional data is not reported
(VXID == 0). This is the default. (vxid == 0). This is the default.
* Raw * Raw
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment