Commit cf1b8f15 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Forgotten commit:

Update backend stats fields


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1240 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 3dbaf9e1
......@@ -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