十八、Memcached stats items 命令

十八、Memcached stats items 命令

master ,这是我的小站,欢迎访问哦~~

Memcached stats items 命令用于显示各个 slabitem 的数目和存储时长(最后一次访问距离现在的秒数)

语法

1
stats items

范例

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
flush_all
OK
set site 0 1000 11
tech.souyunku.com
STORED
set age 0 1000 2
28
STORED
stats items
STAT items:1:number 2
STAT items:1:age 477
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
STAT items:1:crawler_reclaimed 0
STAT items:1:crawler_items_checked 0
STAT items:1:lrutail_reflocked 0
END