0 votes
in MemCached by

Memcached stats items command is used to get items statistics such as count, age, eviction, etc. organized by slabs ID.

Syntax

The basic syntax of Memcached stats items command is as shown below −

stats items

Example

stats items
STAT items:1:number 1
STAT items:1:age 7
STAT items:1:evicted 0
STAT items:1:evicted_nonzero 0
STAT items:1:evicted_time 0
STAT items:1:outofmemory 0
STAT items:1:tailrepairs 0
STAT items:1:reclaimed 0
STAT items:1:expired_unfetched 0
STAT items:1:evicted_unfetched 0
END

Related questions

0 votes
asked Jun 8, 2020 in MemCached by JackTerrance
0 votes
asked Jun 9, 2020 in MemCached by DavidAnderson
...