Skip to content

Template to start analyzing Redis memory from dumps. (redis dump analyzer).

Notifications You must be signed in to change notification settings

Arfey/redis-memory-analyzer-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis memory analyze (from dump.rdb)

Setup:

  • Copy the rdb file into the redis directory
  • Rename it to be dump.rdb
  • Run docker-compose up or make

After that u can exect to the pod:

docker exec -it redis_redis_1 bash

Now u can connect to the redis use redis-cli or use follow tools for analyze dumps (if u know other awesome tools feel free to contribute):

rdb -c memory /data/dump.rdb --bytes 128 --db 4 -f memory.csv
cat memory.csv
rma -b scanner -d 4

Base on: https://github.com/assafshomer/docker-redis-restore

About

Template to start analyzing Redis memory from dumps. (redis dump analyzer).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published