https://github.com/factorysh/redistop
Use Redis' MONITOR to draw things in a terminal
https://github.com/factorysh/redistop
Last synced: 4 months ago
JSON representation
Use Redis' MONITOR to draw things in a terminal
- Host: GitHub
- URL: https://github.com/factorysh/redistop
- Owner: factorysh
- License: gpl-3.0
- Created: 2021-04-26T18:24:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T10:36:24.000Z (about 4 years ago)
- Last Synced: 2024-11-28T21:41:02.855Z (over 1 year ago)
- Language: Go
- Size: 390 KB
- Stars: 29
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
-------

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