Memcached - Stats Items



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
Advertisements