本项目后端来自 https://github.com/xkcoding/spring-boot-demo 本人修改了前端UI界面,让服务器信息更直观
- 查询服务器的 CPU 内存 还有磁盘 使用情况
bash <(curl -Ls https://raw.githubusercontent.com/FuGuiLiu/LinuxMonitor/master/monitor.sh)
- Spring Boot 整合 Websocket 官方文档:https://docs.spring.io/spring/docs/5.1.2.RELEASE/spring-framework-reference/web.html#websocket
- 服务器信息采集 oshi 使用:https://github.com/oshi/oshi
- vue.js 语法:https://cn.vuejs.org/v2/guide/
- element-ui 用法:http://element-cn.eleme.io/#/zh-CN
- stomp.js 用法:https://github.com/jmesnil/stomp-websocket
- sockjs 用法:https://github.com/sockjs/sockjs-client
- axios.js 用法:https://github.com/axios/axios#example