Sign inSign up

insready/redis-stat

By insready

Updated over 8 years ago

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

Image
10

500K+

insready/redis-stat repository overview

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

Tag summary

Content type

Image

Digest

Size

265 MB

Last updated

over 8 years ago

docker pull insready/redis-stat