mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 20:28:03 +08:00
update documents
This commit is contained in:
parent
b664be5714
commit
db8630f602
@ -111,22 +111,43 @@
|
||||
- 管理用户列表:是未添加到该组的用户列表
|
||||
- 已选管理用户:是已添加到该组的用户列表
|
||||
|
||||
### 队列管理
|
||||
### worker分组管理
|
||||
### 令牌管理
|
||||
|
||||
|
||||
### 服务管理
|
||||
### 监控中心
|
||||
|
||||
> 服务管理是对EasyScheduler的Master、Worker的任务监控
|
||||
> 监控中心,对Master、Worker、Zookeeper、mysql的服务状态的监控
|
||||
|
||||
#### Master
|
||||
- 显示master的地址、端口、zk注册信息、cpu/内存使用率等负载信息
|
||||
|
||||
<p align="center">
|
||||
<img src="https://analysys.github.io/EasyScheduler/zh_CN/images/master.png" width="60%" />
|
||||
</p>
|
||||
|
||||
#### Worker
|
||||
- 显示worker的地址、端口、zk注册信息、cpu/内存使用率等负载信息
|
||||
|
||||
<p align="center">
|
||||
<img src="https://analysys.github.io/EasyScheduler/zh_CN/images/worker.png" width="60%" />
|
||||
</p>
|
||||
|
||||
#### Zookeeper
|
||||
- 显示zookeeper集群的运行状态等信息
|
||||
|
||||
<p align="center">
|
||||
<img src="https://analysys.github.io/EasyScheduler/zh_CN/images/zookeepe.png" width="60%" />
|
||||
</p>
|
||||
|
||||
#### Mysql
|
||||
- 显示mysql的健康状态、连接数等信息
|
||||
|
||||
<p align="center">
|
||||
<img src="https://analysys.github.io/EasyScheduler/zh_CN/images/mysq.png" width="60%" />
|
||||
</p>
|
||||
|
||||
## 资源中心
|
||||
|
||||
> 资源中心主要分为文件管理和UDF函数管理。
|
||||
|
Loading…
Reference in New Issue
Block a user