Memcached 통계 항목 명령
Memcached stats items 명령은 각 슬래브에 있는 항목의 수와 저장 기간(마지막 액세스 이후의 시간(초))을 표시하는 데 사용됩니다.
구문:
stats items 명령의 기본 구문 형식은 다음과 같습니다.
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