mtr-诊断网络路由工具

怎甘沉沦 提交于 2020-03-12 01:50:42

mtr工具介绍

mtr是网络连通性判断工具,结合ping nslookup tracert来判断网络的相关特性。即包含判断丢包率和跟踪路由功能。

mtr工具安装

apt install mtr

mtr实战常用命令

mtr -h

-h, --help display this help and exit

mtr -v

-v,--version output version information and exit

mtr -r nmap.org

-r, --report output using report mode

mtr -r nmap.org -x  >>/mtr.xml

-x, --xml output xml

mtr -r nmap.org -C  >>/mtr.csv

-C, --csv output comma separated values

mtr -r -s 120 nmap.org -x >/mtr.xml

-s, --psize PACKETSIZE set the packet size used for probing

mtr -r -c 100 nmap.org -x >/mtr.xml

-c, --report-cycles COUNT set the number of pings sent

mtr -r -n  nmap.org -x >/mtr.xml

-n, --no-dns do not resolve host names

mtr -r -i  0.1 nmap.org -x >/mtr.xml

-i, --interval SECONDS ICMP echo request interval

mtr -r -i  0.1  -n -c 100 -s 120 nmap.org -x >/mtr.xml
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!