Commit 22a01eb7 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

r35540@cat (orig r1240): phk | 2007-01-30 13:17:58 +0100

 Forgotten commit:
 
 Update backend stats fields
 


git-svn-id: http://www.varnish-cache.org/svn/branches/1.0@1260 d4fa192b-c00b-0410-8231-f00ffab90ce4
parents b143c86c cf1b8f15
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment