Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/factorysh/redistop

Use Redis' MONITOR to draw things in a terminal
https://github.com/factorysh/redistop

Last synced: about 2 months ago
JSON representation

Use Redis' MONITOR to draw things in a terminal

Awesome Lists containing this project

README

        

Redis Top
=========

Redistop uses [MONITOR](https://redis.io/commands/monitor) to watch Redis
commands and shows per command and per host statistics.

> Because MONITOR streams back all commands, its use comes at a cost.

Redistop uses INFO command too.

Example
-------

![Redis Top screenshot](redistop.png)

Build
-----

If you have recent golang dev enironment set, you can build it with the Makefile

make

If you need a Linux compilation, or juste using Docker:

make docker-build

License
-------

GPL v3