Memcached stats items 命令


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

语法:

stats items 命令的基本语法格式如下:

  1. stats items

实例

  1. stats items
  2. STAT items:1:number 1
  3. STAT items:1:age 7
  4. STAT items:1:evicted 0
  5. STAT items:1:evicted_nonzero 0
  6. STAT items:1:evicted_time 0
  7. STAT items:1:outofmemory 0
  8. STAT items:1:tailrepairs 0
  9. STAT items:1:reclaimed 0
  10. STAT items:1:expired_unfetched 0
  11. STAT items:1:evicted_unfetched 0
  12. END