r5219 - trunk/varnish-cache/include

phk at varnish-cache.org phk at varnish-cache.org
Thu Sep 16 06:06:10 CEST 2010


Author: phk
Date: 2010-09-16 06:06:10 +0200 (Thu, 16 Sep 2010)
New Revision: 5219

Modified:
   trunk/varnish-cache/include/vsc_fields.h
Log:
Eliminate unused statscounters



Modified: trunk/varnish-cache/include/vsc_fields.h
===================================================================
--- trunk/varnish-cache/include/vsc_fields.h	2010-09-16 04:04:50 UTC (rev 5218)
+++ trunk/varnish-cache/include/vsc_fields.h	2010-09-16 04:06:10 UTC (rev 5219)
@@ -88,9 +88,7 @@
 
 VSC_F(n_expired,		uint64_t, 0, 'i', "N expired objects")
 VSC_F(n_lru_nuked,		uint64_t, 0, 'i', "N LRU nuked objects")
-VSC_F(n_lru_saved,		uint64_t, 0, 'i', "N LRU saved objects")
 VSC_F(n_lru_moved,		uint64_t, 0, 'i', "N LRU moved objects")
-VSC_F(n_deathrow,		uint64_t, 0, 'i', "N objects on deathrow")
 
 VSC_F(losthdr,		uint64_t, 0, 'a', "HTTP header overflows")
 
@@ -159,8 +157,6 @@
 VSC_F(dir_dns_cache_full,	uint64_t, 0, 'a', "DNS director full dnscache")
 
 
-VSC_F(critbit_cooler,	uint64_t, 0, 'i', "Objhdr's on cool list")
-
 VSC_F(vmods,		uint64_t, 0, 'i', "Loaded VMODs")
 
 #endif




More information about the varnish-commit mailing list