forked from enyim/EnyimMemcached
-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
命令行模式可以使用stats items
或stats slabs
结合stats cachedump
列出所有key,但是EnyimMemcachedCore
似乎没有与stats cachedump
相对应的API
stats items
STAT items:8:number 5
STAT items:8:number_hot 0
STAT items:8:number_warm 0
STAT items:8:number_cold 5
STAT items:8:age_hot 0
STAT items:8:age_warm 0
STAT items:8:age 25
STAT items:8:mem_requested 1975
STAT items:8:evicted 0
STAT items:8:evicted_nonzero 0
STAT items:8:evicted_time 0
STAT items:8:outofmemory 0
STAT items:8:tailrepairs 0
STAT items:8:reclaimed 30
STAT items:8:expired_unfetched 25
STAT items:8:evicted_unfetched 0
STAT items:8:evicted_active 0
STAT items:8:crawler_reclaimed 0
STAT items:8:crawler_items_checked 59
STAT items:8:lrutail_reflocked 2
STAT items:8:moves_to_cold 47
STAT items:8:moves_to_warm 15
STAT items:8:moves_within_lru 3
STAT items:8:direct_reclaims 0
STAT items:8:hits_to_hot 0
STAT items:8:hits_to_warm 3
STAT items:8:hits_to_cold 20
STAT items:8:hits_to_temp 0
END
stats slabs
STAT 8:chunk_size 480
STAT 8:chunks_per_page 2184
STAT 8:total_pages 1
STAT 8:total_chunks 2184
STAT 8:used_chunks 5
STAT 8:free_chunks 2179
STAT 8:free_chunks_end 0
STAT 8:get_hits 23
STAT 8:cmd_set 128
STAT 8:delete_hits 0
STAT 8:incr_hits 0
STAT 8:decr_hits 0
STAT 8:cas_hits 0
STAT 8:cas_badval 0
STAT 8:touch_hits 0
STAT active_slabs 2
STAT total_malloced 2097152
END
stats cachedump 8 0
ITEM CACHE_KEY_2021-07-22T16-36-38 [303 b; 1626979854 s]
ITEM CACHE_KEY_2021-07-22T16-36-37 [303 b; 1626979853 s]
ITEM CACHE_KEY_2021-07-22T16-36-36 [303 b; 1626979852 s]
ITEM CACHE_KEY_2021-07-22T16-36-35 [303 b; 1626979851 s]
ITEM CACHE_KEY_2021-07-22T16-36-34 [303 b; 1626979850 s]
END
Metadata
Metadata
Assignees
Labels
No labels