如何解释 tracert 命令中的星号。这是否表明存在问题?

如何解释 tracert 命令中的星号。这是否表明存在问题?

我们的应用服务器上安装了第三方应用程序“myservername”。第三方公司告诉我们,除非网络速度非常好,否则该应用程序非常烦人,并且很快就会表现不佳。

我对在对应用服务器执行 tracert 命令时看到的星号感到担忧。这是否表示应用服务器存在问题?据我了解,星号表示到应用服务器的最后一次跳跃花费的时间比预期的要长。因为有两个星号,是否也涉及重试?

这是否意味着存在问题?一些与应用服务器通信的 VDI 用户的性能非常差。

Microsoft Windows [版本 10.0.17134.1667] (c) 2018 Microsoft Corporation。保留所有权利。

Y:>tracert 我的服务器名称

跟踪到 myservername.internal.mycompany.com [1.2.3.4] 的路由,最多 30 个跳数:

  1     1 ms     1 ms     1 ms  6.7.8.9
  2     1 ms     2 ms     1 ms  cd-sc-2b-po-21.inw.mycompany.com [2.3.4.5]
  3     1 ms     1 ms     1 ms  cd-dcaz-1a-po23.inw.mycompany.com [3.4.5.6]
  4     1 ms    <1 ms    <1 ms  cd-dcaz-ce-3a-po5.inw.mycompany.com [5.6.7.8]
  5    10 ms    10 ms    10 ms  adc-dcaz-ce-1a-et1-1.inw.mycompany.com [9,10,11,12]
  6    10 ms     9 ms     9 ms  adc-sc-1b-et1-1.inw.mycompany.com [13.14.15.16]
  7    10 ms     9 ms    10 ms  adc-f1-ecaz-1a-et1-56.inw.mycompany.com [17.18.19.20]
  8     *        *        *     Request timed out.
  9     *        *        *     Request timed out.
 10    12 ms    20 ms    17 ms  myservername.internal.mycompany.com [1.2.3.4]

Trace complete.

Y:\>tracert myservername

Tracing route to myservername.internal.mycompany.com [1.2.3.4]
over a maximum of 30 hops:

  1     1 ms     1 ms     1 ms  6.7.8.9
  2     1 ms     1 ms    <1 ms  cd-sc-2b-po-21.inw.mycompany.com [2.3.4.5]
  3     1 ms     1 ms     1 ms  cd-dcaz-1a-po23.inw.mycompany.com [3.4.5.6]
  4     1 ms     1 ms     1 ms  cd-dcaz-ce-3a-po5.inw.mycompany.com [5.6.7.8]
  5    17 ms    13 ms    10 ms  hry-dcaz-ce-1a-et1-1.inw.mycompany.com [9,10,11,12]
  6     9 ms     9 ms     9 ms  hry-sc-1b-et1-1.inw.mycompany.com [13.14.15.16]
  7     9 ms    10 ms     9 ms  hry-f1-ecaz-1a-et1-56.inw.mycompany.com [17.18.19.20]
  8     *        *        *     Request timed out.
  9     *        *        *     Request timed out.
 10    11 ms    10 ms    10 ms  myservername.internal.mycompany.com [1.2.3.4]

Trace complete.

Y:\>

相关内容