Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/factorysh/redistop
- Owner: factorysh
- License: gpl-3.0
- Created: 2021-04-26T18:24:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T10:36:24.000Z (almost 3 years ago)
- Last Synced: 2024-08-10T05:08:37.762Z (5 months ago)
- Language: Go
- Size: 390 KB
- Stars: 29
- Watchers: 4
- Forks: 3
- 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