Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Memcached stats items command


May 17, 2021 Memcached



The Memcached stats items command is used to display the number of items in each slab and the length of storage (the last access is now seconds away).

Grammar:

The basic syntax format of the stats items command is as follows:

stats items

Instance

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