mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-09-27 20:32:10 +08:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
366cd0e241 | ||
![]() |
133093628b | ||
![]() |
d915ab1fe6 | ||
![]() |
5492deb5a0 | ||
![]() |
6e6af5fde1 |
32
README.md
Normal file
32
README.md
Normal file
@@ -0,0 +1,32 @@
|
||||
基于golang的进程管理工具
|
||||
|
||||
# 基础功能
|
||||
- 类似screen的进程管理
|
||||
- 提供web ui可视化操作
|
||||
- 基于Elasticsearch的日志管理
|
||||
- 三种角色的权限管理
|
||||
- 进程性能监控
|
||||
|
||||
# 如何使用
|
||||
## 启动进程
|
||||
### windows
|
||||
下载windows版本双击运行
|
||||
### linux
|
||||
下载linux版本
|
||||
```
|
||||
chmod 777 ./xpm
|
||||
./xpm
|
||||
```
|
||||
## web界面
|
||||
访问http://[ip]:8797
|
||||
默认账号密码 root/root
|
||||
|
||||
# 界面
|
||||
### 进程
|
||||

|
||||
|
||||
### 终端
|
||||

|
||||
|
||||
### 日志
|
||||

|
Reference in New Issue
Block a user