Skip to content

Instantly share code, notes, and snippets.

@badboy
Created March 23, 2014 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save badboy/9723519 to your computer and use it in GitHub Desktop.
Save badboy/9723519 to your computer and use it in GitHub Desktop.
% go build -o redis-trib && ./redis-trib each 127.0.0.1:7001 info memory
7bd6d759fb11983e63925055ad27eaab45ee0b24 [127.0.0.1:7003]: info [memory]
# Memory
used_memory:76216048
used_memory_human:72.69M
used_memory_rss:87629824
used_memory_peak:78255392
used_memory_peak_human:74.63M
used_memory_lua:33792
mem_fragmentation_ratio:1.15
mem_allocator:jemalloc-3.2.0
--
635607ddd921c61e2b6afa425a60b2ad206d1645 [127.0.0.1:7001]: info [memory]
# Memory
used_memory:76260624
used_memory_human:72.73M
used_memory_rss:87625728
used_memory_peak:78267968
used_memory_peak_human:74.64M
used_memory_lua:33792
mem_fragmentation_ratio:1.15
mem_allocator:jemalloc-3.2.0
--
e3a0fde219b53dafa0e7904b47251b38e3c35513 [127.0.0.1:7002]: info [memory]
# Memory
used_memory:76231536
used_memory_human:72.70M
used_memory_rss:87650304
used_memory_peak:78254368
used_memory_peak_human:74.63M
used_memory_lua:33792
mem_fragmentation_ratio:1.15
mem_allocator:jemalloc-3.2.0
--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment