[master] 4558240 Document SLT_WorkThread log records

Martin Blix Grydeland martin at varnish-cache.org
Thu Oct 31 12:21:08 CET 2013


commit 4558240ff8eeb308defcf7da061a32ac976f3ee8
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Thu Oct 24 14:54:57 2013 +0200

    Document SLT_WorkThread log records

diff --git a/include/tbl/vsl_tags.h b/include/tbl/vsl_tags.h
index 72c3264..af3d52f 100644
--- a/include/tbl/vsl_tags.h
+++ b/include/tbl/vsl_tags.h
@@ -270,7 +270,14 @@ SLTM(ExpKill, "Object expiry event",
 	"\n"
 )
 
-SLTM(WorkThread, "", "")
+SLTM(WorkThread, "Logs thread start/stop events",
+	"Logs worker thread creation and termination events.\n\n"
+	"The format is::\n\n"
+	"\t%p %s\n"
+	"\t|  |\n"
+	"\t|  +- [start|end]\n"
+	"\t+---- Worker struct pointer"
+)
 
 SLTM(ESI_xmlerror, "ESI parser error or warning message",
 	"An error or warning was generated during parsing of an ESI object."



More information about the varnish-commit mailing list