An open API service indexing awesome lists of open source software.

https://github.com/pymongo/server_monitor_android

服务器监控的安卓端(监控服务器内存/CPU/硬盘的使用情况)
https://github.com/pymongo/server_monitor_android

Last synced: 3 months ago
JSON representation

服务器监控的安卓端(监控服务器内存/CPU/硬盘的使用情况)

Awesome Lists containing this project

README

          

监控测试服务器和生产服务器的硬盘、内存和CPU等资源的使用情况

最低兼容的版本:SDK23(Android 6.0)

## Task List

- [x] 使用Liner布局+ListView组件,实现服务器信息的静态显示
- [x] 通过OKHttp请求接口,更新页面的数据
- [x] 添加bottom_navigation底部导航栏
- [x] 通过底部导航栏切换生产服务器和测试服务器的当前状态
- [x] 尝试使用webview
- [ ] 在drawer侧边栏添加切换白色/黑暗主题的按钮
- [ ] 设置定时器,轮询接口,每隔x秒更新一次页面数据
- [ ] 使用websocket替代HTTP的接口

## 历史版本与下载链接

### 版本号:2020.01.08

[2020.01.08版下载链接](http://showmethemoney.hnengdata.com/image_after_2019_06/1995/server_monitor_2020.01.08.apk)
Git版本:[69375d59](https://github.com/cadae-exchange/android-server-monitor/commit/69375d59efa0a11c91b3528c2dcc88b7b2b3fba1)

功能介绍(changelog):

1. 对接上生产服务器的状态监控接口
2. 修改了底部导航栏的文案和图标

---

### 版本号:2020.01.06

[2020.01.06版下载链接](http://showmethemoney.hnengdata.com/image_after_2019_06/1987/monitor_2020.01.06.apk)
Git版本:[2857ed7d](https://github.com/cadae-exchange/android-server-monitor/commit/2857ed7d77e7106e728f1b3280304c1c2483eb51)

功能介绍(changelog):

1. 显示服务器内存/硬盘使用情况
2. 新增了两个webview显示的页面
3. APP默认全屏显示,适配全面屏
4. 币种列表页面增加了币种图标的显示

---

### 版本号:20200104

[2020.01.04版下载链接](http://showmethemoney.hnengdata.com/image_after_2019_06/1975/com.monitor.exchange_20200104.apk)
Git版本:[82d14f97](https://github.com/cadae-exchange/android-server-monitor/commit/82d14f975f5a00eec95bceb9fb83379af983b691)

功能介绍(changelog):币种列表页面,显示所有可见的币种的信息

---