GithubHelp home page GithubHelp logo

cuitymiko / redis-monitor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from neteasegame/redis-monitor

0.0 1.0 0.0 148 KB

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

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

License: MIT License

Python 42.91% CSS 4.83% JavaScript 46.69% HTML 5.56%

redis-monitor's Introduction

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

redis-monitor's People

Contributors

hustcc avatar

Watchers

James Cloos 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.