redis-monitor是一个Web可视化的 redis 监控程序。
欢迎 issue 和 pr 。https://github.com/hustcc/redis-monitor
使用 Flask 来开发的,代码结构非常简单,适合移植到公司内网使用。
Demo http://www.atool.org:7259/ What首先安装 Flask Web 需要得库
引用
pip install -r requirements.txt
运行 web 程序即可
引用
./run_monitor
或者
引用
python run_monitor.py
本地打开 127.0.0.1:7259 就可以看完网页了。截图见下方!
screenshot
PS :我觉得后续改成websocket很有必要,不知道大家觉得如何,现在是每秒轮询请求一次,然后图表重绘。
PS1 :增加一些基本的 db 操作,比如 set , del , flushall 等,现在有些 redis 的 gui 客户端真心做的好差,删除 keys ,都不能批量删除,只能使用 redis-cli 去做。
转自: http://www.v2ex.com/