如何理解windows下的tracert命令的输出结果?
发布网友
发布时间:2022-05-15 08:01
我来回答
共1个回答
热心网友
时间:2023-10-14 17:59
tracert命令是验证通往远程主机路径的实用程序
用法: tracert 〔-d〕 〔-h maximum_hops〕 〔-j host-list〕 〔-w timeout〕 target_name
参数:
-d Do not resolve addresses to hostnames.(不将IP转为主机名)
-h maximum_hops Maximum number of hops to search for target.(最大跟踪数量)
-j host-list Loose source route along host-list.
-w timeout Wait timeout milliseconds for each reply.(time out 的时间)
最简单的用法就是 tracert hostname 其中hostname是计算机名或你想跟踪其路径的计算机的IP地址。TRACERT将返回数据包借以到达最终目的地的各种IP地址,你知道该怎么利用它吗?
参考资料:http://zhidao.baidu.com/question/1565824.html