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?