Memcached 简明教程

Memcached - Stats Items

Memcached stats items 命令用于获取按 slab ID 组织的各项统计信息,如计数、年龄、驱逐等。

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

Syntax

Memcached stats items 命令的基本语法如下所示:

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