]> err.no Git - varnish/commitdiff
Forgotten commit:
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 30 Jan 2007 12:17:58 +0000 (12:17 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 30 Jan 2007 12:17:58 +0000 (12:17 +0000)
Update backend stats fields

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1240 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/include/stat_field.h

index 47cb537579abc41f1f0555f6fdeff90eec629b63..ae98e0ad006787d446674bed5af7d9f4b8a55bfb 100644 (file)
@@ -36,7 +36,9 @@ MAC_STAT(cache_hit,           uint64_t, "u", "Cache hits")
 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")