Latest web development tutorials

Memcached stats items command

Memcached stats items command is used to display each slab in the item number and length of storage time (last visited from now, the number of seconds).

grammar:

The basic syntax stats items command is as follows:

stats items

Examples

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