gamenet / redis-memory-analyzer

Redis memory profiler to find the RAM bottlenecks throw scaning key space in real time and aggregate RAM usage statistic by patterns.
MIT License
772 stars 80 forks source link

Consulting parameters #60

Closed gglnp closed 2 years ago

gglnp commented 2 years ago
Hello, I don’t know much about the result parameters of memory analysis. Can you tell me something about it? Match Count Avg field count Key mem Real Ratio Value mem Real Ratio System Encoding Total mem Total aligned
job:* 5254 9.00 299485 619988 2.07 685451 942984 1.38 1345024 ziplist [100.0%] 984936 2907996
LIKE:* 1890 1.02 5744 30262 5.27 1932 15432 7.99 91344 ziplist [100.0%] 7676 137038
game::count: 1231 1.00 7386 19696 2.67 1234 9848 7.98 59088 ziplist [100.0%] 8620 88632
LIKE:game:like:* 1207 1.00 3621 19312 5.33 1210 9656 7.98 57936 ziplist [100.0%] 4831 86904
integration:privacy:* 530 3.00 20140 33920 1.68 0 25440 25440.00 42400 ziplist [100.0%] 20140 101760

I am also very interested in how the 10% of the info memory is achieved? Can you explain it to me? Thank you very much. image