Linux 测试MTR方法

2018-07-15 14:51 Linux 测试MTR方法已关闭评论
Linux

Open a terminal and run the "mtr -n x.x.x.x" command (without quotes) to get a running MTR, or for a static output with 100 packets: "mtr -n -r -c 100 x.x.x.x".

image  

示例:  

$ mtr -n -r -c 100 192.168.1.2

注:192.168.1.2提换成你要测试的IP即可

版权声明:本文著作权归原作者所有,欢迎分享,谢谢支持!
转载请保留注明:Linux 测试MTR方法 | DPIP知识库
分类:Centos 标签:

评论已关闭!