Skip to content

Commit

Permalink
文档完善
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason committed Aug 2, 2023
1 parent e2a9b28 commit 7bd379a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
1. 前端通过socket的emit可读取:`stats 节点信息``latency 延迟``node-ping ping`三类数据

## 使用方式
分为客户端和服务器端,客户端安装在每台需要监控的节点上,服务器端找台有ip的稳定机子部署就行
分为客户端和服务器端,客户端安装在每台需要监控的节点上,服务器端找台有ip的稳定机子部署就行。
需要先在根目录执行:
```shell
go mod tidy
```

### client
```shell
Expand Down

0 comments on commit 7bd379a

Please sign in to comment.