r1070 - trunk/varnish-cache/include

phk at projects.linpro.no phk at projects.linpro.no
Mon Sep 18 12:10:57 CEST 2006


Author: phk
Date: 2006-09-18 12:10:57 +0200 (Mon, 18 Sep 2006)
New Revision: 1070

Modified:
   trunk/varnish-cache/include/stat_field.h
Log:
Add stat field missing in last commit


Modified: trunk/varnish-cache/include/stat_field.h
===================================================================
--- trunk/varnish-cache/include/stat_field.h	2006-09-18 10:10:22 UTC (rev 1069)
+++ trunk/varnish-cache/include/stat_field.h	2006-09-18 10:10:57 UTC (rev 1070)
@@ -27,6 +27,7 @@
 MAC_STAT(n_wrk_max,		uint64_t, "u", "N worker threads limited")
 MAC_STAT(n_wrk_busy,		uint64_t, "u", "N busy worker threads")
 MAC_STAT(n_wrk_queue,		uint64_t, "u", "N queued work requests")
+MAC_STAT(n_wrk_overflow,	uint64_t, "u", "N overflowed work requests")
 
 MAC_STAT(n_expired,		uint64_t, "u", "N expired objects")
 MAC_STAT(n_deathrow,		uint64_t, "u", "N objects on deathrow")




More information about the varnish-commit mailing list