redis-memory-analyzer
redis-memory-analyzer copied to clipboard
Redis memory profiler to find the RAM bottlenecks throw scaning key space in real time and aggregate RAM usage statistic by patterns.
Hello, Thanks for excellent tool. I was wondering how can I get it to ignore namespace, "production" as every key in my redis is prefixed with "production". right now my...
``` Aggregating keys by pattern and type Traceback (most recent call last): File "/home/ubuntu/.local/bin/rma", line 11, in sys.exit(main()) File "/home/ubuntu/.local/lib/python3.5/site-packages/rma/cli/rma_cli.py", line 97, in main app.run() File "/home/ubuntu/.local/lib/python3.5/site-packages/rma/application.py", line 133, in...
after installing with pip install rma executing rma --help ends with I am not familiar with python but it seems I have a missing dependency but I cannot figure out...
I have a lot of keys with invalid namespace ('_' separator instead of ':'), this lead to huge report full of these keys. I'd love to have '--exclude' parameter, ideally...
Processing Set patterns step failed on version 0.1.16 with unsupported operand type error. RMA installed with pip. Python 3.4. ``` Processing Set patterns: 43%|████████████████████████████████████▍ | 3/7 [00:10
When trying to run against a Redis Cluster node: ``` Traceback (most recent call last): File "/usr/local/bin/rma", line 9, in load_entry_point('rma==0.1.6', 'console_scripts', 'rma')() File "/usr/local/lib/python3.4/dist-packages/rma/cli/rma_cli.py", line 95, in main app.run()...
More info in https://matt.sh/redis-quicklist and https://github.com/antirez/redis/blob/unstable/src/quicklist.h.
Description: This pull request introduces a new feature to the Redis Memory Analyzer, which calculates the idle time for all key types and displays the minimum, maximum, and mean idle...