Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
/ docker-redis-stat Public archive

Docker image for the real-time Redis monitoring tool redis-stat

License

Notifications You must be signed in to change notification settings

INsReady/docker-redis-stat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Supported tags and respective Dockerfile links

This image is updated via pull requests to the INsReady/docker-redis-stat GitHub repo.

What is image for?

This image is for the real-time Redis monitoring tool redis-stat. redis-stat screenshot

How to use this image?

Show the redis stats from a redis docker container

$ docker run --name redis-stat --link some-redis:redis -p 8080:63790 -d insready/redis-stat --server redis

Show the redis stats from a remote redis server

$ docker run --name redis-stat -p 8080:63790 -d insready/redis-stat --server 123.123.123.123

Show the redis stats from multiple servers

$ docker run --name redis-stat -p 8080:63790 -d insready/redis-stat --server 111.111.111.111 222.222.222.222:63790 123.123.123.123

About

Docker image for the real-time Redis monitoring tool redis-stat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published