Skip to content

JanBerktold/rvisu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rvisu

rvisu is a redis topology visualizer. In other words, it is able to walk the topology graph for a given redis system, learning about nodes on the way and outputting the result in different formats.

Example

Given the addresses of two redis sentinels, this finds all associated redis nodes - The master and it's slaves in this case.

rvisu -addr=10.121.201.240:26379,10.121.201.242:26379 | dot -Tpng > graph.png

Example output

Supported output formats

Format Description
-output=graphviz (default) https://www.graphviz.org Suitable for use by most tools.
-output=debug A debug format representing the internal structure.

About

rvisu is a redis topology visualizer. It enables to you understand a Redis deployment with a single glance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages