Commit 693ab4a6 authored by Geoff Simmons's avatar Geoff Simmons

trackrdrd: document the log output field data_truncated

parent 5e7173b8
...@@ -9,7 +9,7 @@ Tracking Log Reader demon ...@@ -9,7 +9,7 @@ Tracking Log Reader demon
------------------------- -------------------------
:Author: Geoffrey Simmons :Author: Geoffrey Simmons
:Date: 2014-05-20 :Date: 2014-09-04
:Version: 3.0 :Version: 3.0
:Manual section: 3 :Manual section: 3
......
...@@ -20,6 +20,11 @@ Field Description ...@@ -20,6 +20,11 @@ Field Description
``data_overflows`` How often the accumulated length of a record exceeded ``data_overflows`` How often the accumulated length of a record exceeded
``maxdata`` ``maxdata``
------------------ ------------------------------------------------------------ ------------------ ------------------------------------------------------------
``data_truncated`` How often data from the Varnish log was truncated due to
the presence of a null byte. This can happen if the data was
already truncated in the log, due to exceeding
``shm_reclen``.
------------------ ------------------------------------------------------------
``done`` Current number of records in state "done" ``done`` Current number of records in state "done"
------------------ ------------------------------------------------------------ ------------------ ------------------------------------------------------------
``open`` Current number of open records in the table ``open`` Current number of open records in the table
......
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