Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

缓存服务器 - 节点运维 #10

Open
SofiaBert opened this issue Feb 14, 2019 · 3 comments
Open

缓存服务器 - 节点运维 #10

SofiaBert opened this issue Feb 14, 2019 · 3 comments

Comments

@SofiaBert
Copy link

SofiaBert commented Feb 14, 2019

新增缓存服务器运维节点,有5个子项功能点:configue,run,show,delete_line,delete_node
子任务1. configue: 输入缓存服务器ip+port,用户名密码,点确认发送socket请求到缓存服务器
子任务2. show:rest接口getSerInf获取缓存服务器状态及其基本信息,比如操作系统类别、内存大小及使用率、CPU、磁盘

注:协同开发运维UI https://github.com/yaoguangluo/Deta_Cache_Devops_App

@yaoguangluo
Copy link
Owner

1 socket请求 打个断点,确认json的传输格式正确,2有效的try cache 异常,保证引擎不坏死,3对接的缓存服务器的rest 进行静态类化, 提高速度, 同时动态变量注意别用static 关键字,避免leakage

@yaoguangluo
Copy link
Owner

上传后变量名进行规范化,便于他人阅读。

@yaoguangluo
Copy link
Owner

新增缓存服务器运维节点,有5个子项功能点:configue,run,show,delete_line,delete_node
子任务1. configue: 输入缓存服务器ip+port,用户名密码,点确认发送socket请求到缓存服务器
子任务2. show:rest接口getSerInf获取缓存服务器状态及其基本信息,比如操作系统类别、内存大小及使用率、CPU、磁盘

注:协同开发运维UI https://github.com/yaoguangluo/Deta_Cache_Devops_App

先把运维节点哪个确认按钮实现socket 进行restcall 缓存服务器拿到服务器数据的功能实现吧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants