https://github.com/noname007/mtr-simple-wrapper
https://github.com/noname007/mtr-simple-wrapper
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noname007/mtr-simple-wrapper
- Owner: noname007
- Created: 2016-05-18T05:56:33.000Z (over 9 years ago)
- Default Branch: vs-poj
- Last Pushed: 2016-05-18T10:14:05.000Z (over 9 years ago)
- Last Synced: 2025-01-22T20:11:21.524Z (9 months ago)
- Language: C++
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## 运行包
- 下载软件包 https://github.com/noname007/mtr-simple-wrapper/releases
- 双击 1.bat 然后再命令行里面输入 `mtr-cp.exe www.baidu.com`- 输出结果格式:
`域名 最大丢包率`最大丢包率: 从源点到终点的节点上出现的最大丢包率
`附带的WinMTR 为64平台编译出来的`
## 手动编译
依赖 grep awk WinMTR 工具- 下载编译本项目
- vs2010下编译 https://github.com/noname007/winmtr-cmd 编译出 能运行的 WinMTR 将其拷贝到本项目编译出来的文件夹
- grep awk 建议使用 gow https://github.com/bmatzelle/gow 工具包获得。将其加入到环境变量中或者直接拷贝到编译出来的文件夹中。