Commit 639af747 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add stat field missing in last commit


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1070 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 546577c5
......@@ -27,6 +27,7 @@ MAC_STAT(n_wrk_failed, uint64_t, "u", "N worker threads not created")
MAC_STAT(n_wrk_max, uint64_t, "u", "N worker threads limited")
MAC_STAT(n_wrk_busy, uint64_t, "u", "N busy worker threads")
MAC_STAT(n_wrk_queue, uint64_t, "u", "N queued work requests")
MAC_STAT(n_wrk_overflow, uint64_t, "u", "N overflowed work requests")
MAC_STAT(n_expired, uint64_t, "u", "N expired objects")
MAC_STAT(n_deathrow, uint64_t, "u", "N objects on deathrow")
......
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