Commit 178d76b0 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Add fields for storage manager statistics.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1564 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent b7ea9851
......@@ -84,3 +84,8 @@ MAC_STAT(sess_herd, uint64_t, "u", "Session herd")
MAC_STAT(shm_records, uint64_t, "u", "SHM records")
MAC_STAT(shm_writes, uint64_t, "u", "SHM writes")
MAC_STAT(shm_cont, uint64_t, "u", "SHM MTX contention")
MAC_STAT(sm_nreq, uint64_t, "u", "allocator requests")
MAC_STAT(sm_nobj, uint64_t, "u", "outstanding allocations")
MAC_STAT(sm_balloc, uint64_t, "u", "bytes allocated")
MAC_STAT(sm_bfree, uint64_t, "u", "bytes free")
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