linux-command/command/mtr.md

12 lines
102 B
Markdown

mtr
===
比 traceroute 好用
## 实例
```
apk add mtr # 安装
mtr -r www.baidu.com # 使用
```