Skip to content

Commit

Permalink
Update doc/protocol.txt for the new evicted_time stat.
Browse files Browse the repository at this point in the history
  • Loading branch information
dormando authored and dustin committed Dec 22, 2008
1 parent 469915d commit 3f2c0fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/protocol.txt
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,9 @@ number Number of items presently stored in this class. Expired
age Age of the oldest item in the LRU.
evicted Number of times an item had to be evicted from the LRU
before it expired.
evicted_time Seconds since the last access for the most recent item
evicted from this class. Use this to judge how
recently active your evicted data is.
outofmemory Number of times the underlying slab class was unable to
store a new item. This means you are running with -M or
an eviction failed.
Expand Down

0 comments on commit 3f2c0fd

Please sign in to comment.