Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dawn-lc/Pings
Browse files Browse the repository at this point in the history
  • Loading branch information
dawn-lc committed Aug 4, 2024
2 parents 207ea3b + f6a381b commit cd2fb90
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

高效、轻量的实时网络监控工具,支持对多个目标的ping以及记录延迟波动、链接状态、丢包率等功能。

## 安装
## 下载

前往Releases页面下载

Pings.exe 为.NET8原生AOT编译版本

upx-Pings.exe 为使用UPX压缩后的版本

请根据需求自行选择使用的版本

## 使用方法
### 配置文件
Pings 使用一个简单的配置文件 config.txt 来定义监控的目标。配置文件的每一行代表一个监控规则,格式如下:
Expand All @@ -24,8 +30,8 @@ example2 www.example.com 2500 100 30
example3 8.8.8.8
```
### 运行
配置完成后,可以通过以下命令启动 Pings:
配置完成后,可以直接启动,也可以通过以下命令启动 Pings:
```
Pings <配置文件路径>
Pings.exe <配置文件路径>
```
如果没有指定配置文件路径,将默认使用当前目录下的 config.txt 文件。

0 comments on commit cd2fb90

Please sign in to comment.