Redis 负载监控——redis-monitor

2015-11-25 10:19:27 +08:00
 50vip
## 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)
12622 次点击
所在节点    Python
52 条回复
50vip
2015-11-25 17:45:15 +08:00
@tangthis 可以到 github 上提 issue ,安装报错是因为你没有翻墙。。。建议使用 pip 加豆瓣源吧~
wong2
2015-11-25 18:38:35 +08:00
我科
50vip
2015-11-25 19:03:26 +08:00
@wong2 华中饥渴大学的。。。你好~
50vip
2015-11-25 19:31:06 +08:00
@wong2 原来是小黄鸡作者,致敬...
zhkzyth
2015-11-26 09:56:11 +08:00
@50vip 已 star ,感觉可以用得上~~谢谢哇~~
sevncz
2015-11-26 10:21:15 +08:00
已 star
seerhut
2015-11-26 17:17:18 +08:00
已 star
mingyun
2015-12-15 23:30:36 +08:00
star
iyaozhen
2016-03-08 20:56:28 +08:00
楼主,你这项目咋又没了呢?
iyaozhen
2016-03-08 20:57:38 +08:00
@iyaozhen 额,好吧,看见你首页头像了,项目都没了。
50vip
2016-03-09 09:35:32 +08:00
@iyaozhen github 全部清空了
50vip
2016-12-08 18:06:06 +08:00
@iyaozhen 重构之后,又开源了,之前是因为没有得到公司允许,囧~

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/238719

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX