Easy Tutorial
❮ Memcached Add Data Memcached Append Data ❯

Memcached stats items Command

The Memcached stats items command is used to display the number of items and their storage duration (the number of seconds since the last access) in each slab.

Syntax:

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

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
❮ Memcached Add Data Memcached Append Data ❯