r1260 - in branches/1.0: . include

des at projects.linpro.no des at projects.linpro.no
Tue Feb 20 09:47:01 CET 2007


Author: des
Date: 2007-02-20 09:47:01 +0100 (Tue, 20 Feb 2007)
New Revision: 1260

Modified:
   branches/1.0/
   branches/1.0/include/stat_field.h
Log:
 r35540 at cat (orig r1240):  phk | 2007-01-30 13:17:58 +0100
 Forgotten commit:
 
 Update backend stats fields
 



Property changes on: branches/1.0
___________________________________________________________________
Name: svk:merge
   - d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1239
   + d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1240

Modified: branches/1.0/include/stat_field.h
===================================================================
--- branches/1.0/include/stat_field.h	2007-02-20 08:47:00 UTC (rev 1259)
+++ branches/1.0/include/stat_field.h	2007-02-20 08:47:01 UTC (rev 1260)
@@ -36,7 +36,9 @@
 MAC_STAT(cache_hitpass,		uint64_t, "u", "Cache hits for pass")
 MAC_STAT(cache_miss,		uint64_t, "u", "Cache misses")
 
-MAC_STAT(backend_conn,		uint64_t, "u", "Backend connections initiated")
+MAC_STAT(backend_conn,		uint64_t, "u", "Backend connections success")
+MAC_STAT(backend_fail,		uint64_t, "u", "Backend connections failures")
+MAC_STAT(backend_reuse,		uint64_t, "u", "Backend connections reuses")
 MAC_STAT(backend_recycle,	uint64_t, "u", "Backend connections recycles")
 MAC_STAT(backend_unused,	uint64_t, "u", "Backend connections unused")
 




More information about the varnish-commit mailing list