社区app软件开发如何提升用户互动与品牌忠诚度
966
2022-10-30
redis-monitor 一个部署简单的 redis 监控程序,使用 Flask 和 React 完成
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().
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 ?
Install redis-monitorpip install redis-monitor Init config & dbredis-monitor init start webserverredis-monitor start
Then visit 127.0.0.1:9527(Port: LZSB,Can you get ?), OK!
screenshot
basic information
connection time gragh
ops time gragh
cpu and mem gragh
LICENSE
MIT @hustcc
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~