-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
# monitorDNS | ||
## 监控指定域名的A记录解析变化, 会统计A记录变化的频率,以及最大,最小,平均值, 并收集所有出现过的A记录 | ||
|
||
## 选项 | ||
* -d 选项 // 必须指定 | ||
* -i 间隔 // 单位秒 | ||
* -p 是否在控制台打印 // 默认不打印 | ||
|
||
## 示例 | ||
> monitorDNS.exe -d www.baidu.com | ||
> | ||
> 默认会在运行目录生成一个log.txt文件, 输出域名的解析变化 | ||
> | ||
![JGD7JJTXSCS0X75RD{1Z2W4](https://user-images.githubusercontent.com/52809998/164955704-09ce9189-5cd4-4498-b3ac-0bf3ee6116eb.png) |