redis-monitor

:computer: A very simple redis monitor based on Flask and React. 一个部署简单的 redis 监控程序,使用 Flask 和 React 完成。

Github星跟踪图

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().

点击查看中文说明文档 Latest Stable Version Build Status

What

The monitor data include:

  • the redis server infomation [redis.info()], include redis version, online time, online time, os version and information, and so on.
  • realtime cmd exec infomation, such as ops, connected count, and so on.
  • realtime gragh of the connect time.
  • realtime gragh of ops.
  • realtime gragh of cpu and mem usage.
  • some simple operate, such as flushdb and add key-velue.
  • redis role, include master and slaves.

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:

  • My kownleage is pool.
  • The config not easy, I have do many thing to run the code, and I need to rewrite some code on my dev environment.
  • Incompatible versions, I can run to monitor redis 2.6, but not work with 2.8.
  • Start up not easy, some project, I need to run a data collection process, and a web process.
  • Performance Loss, when I open 10 browser tab, the monitor of other projects can exec 10 command per second.

How to Use ?

  1. Install redis-monitor

    pip install redis-monitor

  2. Init config & db

    redis-monitor init

  3. start webserver

    redis-monitor start

Then visit 127.0.0.1:9527(Port: LZSB,Can you get ?), OK!

screenshot

  • basic information

shot_1

  • connection time gragh

shot_2

  • ops time gragh

shot_3

  • cpu and mem gragh

shot_4

LICENSE

MIT @hustcc

主要指标

概览
名称与所有者NetEaseGame/redis-monitor
主编程语言JavaScript
编程语言Python (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2016-09-18 06:19:38
推送于2017-03-08 06:20:46
最后一次提交2017-03-08 14:20:35
发布数0
用户参与
星数332
关注者数25
派生数124
提交数8
已启用问题?
问题数0
打开的问题数0
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?