Project combat _python. Using Python+flask to write a high performance real-time active monitoring platform?

Source: Internet
Author: User

Project Introduction:

Description: Mainly used for Redis instance centralized real-time active monitoring, the backend adopts Python+flask implementation, the specific implementation code please read the code


Project ideas:

650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M01/89/15/wKiom1gHERbS67w9AABY3sxzex0002.png "title=" Xmzoomeye-redis.png "alt=" Wkiom1gherbs67w9aaby3sxzex0002.png "/>


Project structure:

xmzoomeye-redis├── app│   ├── conf│   │   ├──  config.py│   │   ├── config.pyc│   │   ├──  __init__.py│   │   ├── __init__.pyc│   │    └── rdsdata.db│   ├── __init__.py│   ├── __init__.pyc│    ├── libs│   │   ├── database.py│   │    ├── database.pyc│   │   ├── __init__.py│    │   ├── __init__.pyc│   │   ├── wrappers.py│    │   └── wrappers.pyc│   ├── models.py│    ├── models.pyc│   ├── redis│   │   ├──  api.py│   │   ├── api.pyc│   │   ├── error.py│   │    ├── error.pyc│   │   ├── __init__.py│   │    ├── __init__.pyc│   │   ├── views.py│   │    └── views.pyc│   ├── static│   │    ├── css│   │   │   └── style.css│   │    ├── img│   │   │   └── favicon.ico│    │   ├── __init__.py│   │   └── js│    │       ├── echarts│   │        │   ├── chart│   │        │ &nbSp; │   ├── bar.js│   │       │    │   ├── chord.js│   │        │   │   ├── eventRiver.js│   │        │   │   ├── force.js│   │        │   │   ├── funnel.js│   │        │   │   ├── gauge.js│    │       │   │   ├── heatmap.js│    │       │   │   ├──  k.js│   │       │   │   ├──  line.js│   │       │   │   ├── map.js│    │       │   │   ├── pie.js│    │       │   │   ├──  radar.js│   │       │   │    ├── scatter.js│   │       │   │    ├── tree.js│   │       │   │    ├── treemap.js│   │       │    │   ├── venn.js│   │       │    │   └── wordCloud.js│   │        │    ├── echarts-all.js│   │       │   └──  echarts.js│   │       ├── index.js│    │       ├── jquery.min.js│   │        ├── moment.js│   │       └──  monitor.js│   ├── templates│   │   ├── base.html│    │   ├── errors│   │   │    ├── 404.html│   │   │   └── 500.html│    │   ├── index.html│   │   └── monitor.html│    └── test│       └── __init__.py├── bin│    ├── restart_service.sh│   ├── start_service.sh│   └── stop_service.sh├──  Changelog.txt├── docs├── logs│   └── xmzoomeye-redis.pid├── migrations│    ├── alembic.ini│   ├── env.py│   ├── readme│    ├── script.py.mako│   └── versions│        └── 8160d3e0fcf4_.py├── readme├── requirements.txt├── restart_service.sh├──  setup.py├── start_service.sh├── stop_service.sh└── xmzoomeye-redis


Project Address:

Https://github.com/xmdevops/xmzoomeye_redis


Project Show::

650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M01/89/15/wKiom1gHEjfBDAi0AABT4_NfvrE148.png "title=" Canvas.png "alt=" Wkiom1ghejfbdai0aabt4_nfvre148.png "/>

650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M01/89/15/wKiom1gHEamSZ3jdAAHe45Agidk091.png "title=" Realtime_monitor.png "alt=" Wkiom1gheamsz3jdaahe45agidk091.png "/>

This article is from "@Can up and No BB ..." Blog, be sure to keep this source http://xmdevops.blog.51cto.com/11144840/1863414

Project combat _python. Using Python+flask to write a high performance real-time active monitoring platform?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.