redis-monitor: A web visualization redis monitoring program.

2015-11-30 11:19:34 +08:00
 50vip

redis-monitor

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

What

The monitor data include:

Why

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:

How to Use

  1. git clone https://github.com/hustcc/redis-monitor.git
  2. 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.

  3. start up

    ./run_monitor

    or

    python run_monitor.py

    PS: change run_monitor mode to 755.

  4. Open in browser 127.0.0.1:7259, then you will see it.

screenshot

这一次是英文的 readme ,请忽视不专业的英文,更新内容:
增加 redis role 信息
增加 demo site
增加 db 的 flushall 操作(后续增加查看内容和 add , set 操作)

2090 次点击
所在节点    程序员
5 条回复
suren1986
2015-11-30 11:50:50 +08:00
相比监控宝,有啥优势?
50vip
2015-11-30 12:18:59 +08:00
@suren1986 自己的数据自己做主,自己的监控自己说了算,自己的密码自己管理。
50vip
2015-11-30 12:21:00 +08:00
@suren1986 看了下,个人买不起监控宝~
suren1986
2015-11-30 14:41:10 +08:00
@50vip 了解,谢谢~
iyaozhen
2015-11-30 14:55:00 +08:00
@suren1986 还有一个优势,内网系统可以用。

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

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

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

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

© 2021 V2EX