mirror of https://github.com/elunez/eladmin
添加 客户端监控模块 使用说明
parent
26c8741e46
commit
f81b4fd34d
|
@ -0,0 +1,35 @@
|
|||
<h1 style="text-align: center">el-admin 客户端监控模块</h1>
|
||||
<div style="text-align: center">
|
||||
|
||||
[](https://github.com/elunez/eladmin/blob/master/LICENSE)
|
||||
[](https://gitee.com/elunez/eladmin)
|
||||
[](https://github.com/elunez/eladmin)
|
||||
[](https://github.com/elunez/eladmin)
|
||||
|
||||
</div>
|
||||
|
||||
#### 项目简介
|
||||
希望通过简单的配置即可实现对服务器CPU、内存、磁盘以及交换区占用情况的监控
|
||||
|
||||
**开发文档** [https://docs.auauz.net/](https://docs.auauz.net)
|
||||
|
||||
**体验地址** [https://auauz.net/](https://auauz.net/)
|
||||
|
||||
**账号密码** ```admin/123456```(默认密码都是123456)
|
||||
|
||||
#### 项目源码
|
||||
|
||||
| | 后端源码 | 前端源码 |
|
||||
|--- |--- | --- |
|
||||
| github | https://github.com/elunez/eladmin | https://github.com/elunez/eladmin-qd |
|
||||
| 码云 | https://gitee.com/elunez/eladmin | https://gitee.com/elunez/eladmin-qt |
|
||||
|
||||
#### 使用说明
|
||||
- Window服务器:请将eladmin\eladmin-monitor\src\main\resources目录下的sigar-x86-winnt.dll或者sigar-amd64-winnt.dll 放到C:\Windows\System32或者java的bin目录下
|
||||
- Linux服务器:请将eladmin\eladmin-monitor\src\main\resources目录下的libsigar-x86-linux.so或者libsigar-amd64-linux.so 放到/usr/lib或者java的bin目录下
|
||||
- 将打包好的eladmin-monitor-2.2.jar 放到服务器上,执行 nohup java -jar eladmin-monitor-2.2.jar & 即可
|
||||
|
||||
#### 项目捐赠
|
||||
项目的发展离不开你的支持,请作者喝杯咖啡吧 ☕! [Donate](https://docs.auauz.net/#/jz)
|
||||
#### 反馈交流
|
||||
- QQ交流群:891137268
|
Loading…
Reference in New Issue