A web visualization redis monitoring program. Performance optimized and very easy to install and deploy, base on Flask and sqlite. the monitor data come from redis.info().
一个可视化的 redis 监控程序,性能优化,并且非常容易安装部署,基于 flask 框架,数据库采用 sqlite ,数据监控来源于 redis info 。
github: https://github.com/hustcc/redis-monitor
Demo Site: http://redis-monitor.atool.org/
Welcome to issue and push request. https://github.com/hustcc/redis-monitor
The monitor data include:
There are so many redis monitor code in github, why do this?
Because I clone so many program, but all exist difficult, cause by below:
install the environment, so easy, if you are a pythoner, I believe you can skip this step.
pip install Flask
pip install requests
pip install redis
install sqlite3 environment, linux include.
start up
./run_monitor
or
python run_monitor.py
PS: change run_monitor mode to 755.
Open in browser 127.0.0.1:7259, then you will see it.
这一次是英文的 readme ,请忽视不专业的英文,更新内容:
增加 redis role 信息
增加 demo site
增加 db 的 flushall 操作(后续增加查看内容和 add , set 操作)
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.