zoukankan      html  css  js  c++  java
  • WinMTR

    一般在windows 来判断网络连通性用ping 和tracert,ping的话可以来判断丢包率,tracert可以用来跟踪路由。

    在Linux中有一个好用的网络连通性判断工具,它可以结合ping nslookup tracert 来判断网络的相关特性,这个命令就是mtr。

    -----------------------------------------画风一变---------------------------------------------------------

    今天介绍的不是Linux下的mtr命令,而是windows下的MTR工具。

    WinMTR – Appnor's Free Network Diagnostic Tool - http://winmtr.net

    WinMTR is a free MS Windows visual application that combines the functionality of thetraceroute and ping in a single network diagnostic tool

    WinMTR是一个免费的网络诊断工具,它聚合了tracert和ping命令,且速度比原生的tracert快很多。

    ---------------------------------------来点实践性的---------------------------------------------------------

    1、界面长这样:

    2、操作是这样:

    3、说明是这样的:

    • Hostname:主机名
    • Nr:节点的数量。
    • Loss%: ping 数据包回应失败的百分比。
    • Sent:已经发送的数据包。
    • Recv:成功接收的数据包数。
    • Best:回应时间的最小值。
    • Avrg:平均回应时间。
    • Worst:回应时间的最大值。
    • Last:最后一个数据包的回应时间。
  • 相关阅读:
    Spring Security 源码解析(一)AbstractAuthenticationProcessingFilter
    Spring OAuth2 GitHub 自定义登录信息
    var 在异步中引发的 bug
    LeetCode
    LeetCode
    go日期时间函数+常用内建函数+错误处理
    golang字符串常用函数
    syntax error: non-declaration statement outside function body
    Redis基操
    复习JavaScript随手记
  • 原文地址:https://www.cnblogs.com/zhouXX/p/6243575.html
Copyright © 2011-2022 走看看