[redis]redis memoryの表示
440 ワード
接続redis console:info入力info
# Memory
used_memory:13490096 // ( byte)
used_memory_human:12.87M // ( , )
used_memory_rss:13490096 //redis
used_memory_peak:15301192 // ( )
used_memory_peak_human:14.59M // ( , )
used_memory_lua:31744 //lua ( )
mem_fragmentation_ratio:1.00 //
mem_allocator:libc //redis , 。 libc、jemalloc、tcmalloc 3 。