## redis-monitor ##
一个 web 可视化的 redis 监控程序。
欢迎 issue 和 pr 。[
https://github.com/hustcc/redis-monitor](
https://github.com/hustcc/redis-monitor)
使用 Flask 来开发的,代码结构非常简单,适合移植到公司内网使用。
### Demo ###
[
http://www.atool.org:7259/](
http://www.atool.org:7259/)
### What ###
1. redis 服务器信息,包括 redis 版本、上线时间、 os 系统信息等等
2. 实时的消息处理信息,例如处理 command 数量、连接总数量等
3. 联通时间动态图表
4. ops 时间动态图表
5. 内存占用、 cpu 消耗实时动态图表
6. 内存缓存 1 秒数据,防止监控程序造成 redis 负荷
### 为啥要做这个?###
1. 之前 git 上搜了一堆,包括 osc 上推荐的 redis 项目,都配置不起来,有一个配置起来了但是 2.6 和 2.8 不兼容!
2. 有一个可以运行起来,但是每次都是直接连接 redis ,非常耗,如果同时 10 个人看监控图表,那么每秒造成 10 个 redis 连接,十分坑爹
3. 还有就是 git 上的一些配置起来太麻烦
### 如何使用? ###
- 首先安装 Flask Web 需要得库
> pip install -r requirements.txt
- 运行 web 程序即可
> ./run_monitor
或者
> python
run_monitor.py - 本地打开 127.0.0.1:7259 就可以看完网页了。截图见下方!
### screenshot ###
![shot_1](
https://raw.githubusercontent.com/hustcc/redis-monitor/master/doc/shot/shot_1.png)
![shot_2](
https://raw.githubusercontent.com/hustcc/redis-monitor/master/doc/shot/shot_2.png)
![shot_3](
https://raw.githubusercontent.com/hustcc/redis-monitor/master/doc/shot/shot_3.png)
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/238719
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.