Giter Site home page Giter Site logo

kikiyou / redis-monitor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from youkeihinn/redis-monitor

0.0 0.0 0.0 940 KB

a very simple redis monitor support by Flask and sqlite. 一个部署简单的redis监控程序,使用Flask和sqlite完成。

Home Page: https://github.com/hustcc/redis-monitor

License: MIT License

Python 31.71% CSS 3.72% JavaScript 38.40% HTML 26.17%

redis-monitor's Introduction

redis-monitor

一个web可视化的redis监控程序。

欢迎issue和pr。https://github.com/hustcc/redis-monitor

What

监控数据包括以下:

  • redis服务器信息,包括redis版本、上线时间、os系统信息等等
  • 实时的消息处理信息,例如处理command数量、连接总数量等
  • 联通时间动态图表
  • ops时间动态图表
  • 内存占用、cpu消耗实时动态图表

Why

redis监控程序很多,为什么还要自己做?

因为我找了很多网上推荐的程序,存在一些问题,导致我没有用起来,除了自己知识欠缺的问题,主要包括:

  1. 配置麻烦,需要修改代码中的配置文件,而且太难找;
  2. 版本不兼容,不记得是哪个项目,2.8可以跑起来,但是2.6完全直接启动出错,我也不知道怎么去修改,原谅我的无知;
  3. 启动麻烦,需要启动两个东东,我也不知道为什么,可能是为了性能上的东西吧!

How to Use

  1. 首先安装Flask Web需要得库

pip install -r requirements.txt

  1. 运行web程序即可

./run_monitor

  1. 本地打开127.0.0.1:7259就可以看完网页了。截图见下方!

screenshot

shot_1

shot_2

shot_3

redis-monitor's People

Contributors

hustcc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.