[master] dd0ca90 Remove two unused stats fields

Poul-Henning Kamp phk at varnish-cache.org
Thu May 12 14:19:16 CEST 2011


commit dd0ca90e93237f11f40bcb67006988cea274ae93
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu May 12 10:51:43 2011 +0000

    Remove two unused stats fields

diff --git a/include/vsc_fields.h b/include/vsc_fields.h
index a77939c..a96da33 100644
--- a/include/vsc_fields.h
+++ b/include/vsc_fields.h
@@ -50,7 +50,6 @@ VSC_F(backend_fail,	uint64_t, 0, 'a', "Backend conn. failures")
 VSC_F(backend_reuse,	uint64_t, 0, 'a', "Backend conn. reuses")
 VSC_F(backend_toolate,	uint64_t, 0, 'a', "Backend conn. was closed")
 VSC_F(backend_recycle,	uint64_t, 0, 'a', "Backend conn. recycles")
-VSC_F(backend_unused,	uint64_t, 0, 'a', "Backend conn. unused")
 VSC_F(backend_retry,	uint64_t, 0, 'a', "Backend conn. retry")
 
 VSC_F(fetch_head,		uint64_t, 1, 'a', "Fetch head")
@@ -140,7 +139,6 @@ VSC_F(hcb_nolock,		uint64_t, 0, 'a', "HCB Lookups without lock")
 VSC_F(hcb_lock,		uint64_t, 0, 'a', "HCB Lookups with lock")
 VSC_F(hcb_insert,		uint64_t, 0, 'a', "HCB Inserts")
 
-VSC_F(esi_parse,		uint64_t, 0, 'a', "Objects ESI parsed (unlock)")
 VSC_F(esi_errors,		uint64_t, 0, 'a', "ESI parse errors (unlock)")
 VSC_F(esi_warnings,		uint64_t, 0, 'a', "ESI parse warnings (unlock)")
 VSC_F(accept_fail,		uint64_t, 0, 'a', "Accept failures")



More information about the varnish-commit mailing list