windows下通过ping和tracert工具来测试网站访问速度

一.环境

OS: windows

二.步骤

2.1.ping mirrors.163.com

Pinging mirrors.163.com [23.111.1.151] with 32 bytes of data:
Reply from 23.111.1.151: bytes=32 time=28ms TTL=50
Reply from 23.111.1.151: bytes=32 time=31ms TTL=50
Reply from 23.111.1.151: bytes=32 time=31ms TTL=50

从以上结果,发现发送到达时间大约30ms,无丢包情况

2.2. tracert mirrors.163.com

Tracing route to mirrors.163.com [23.111.1.151]
over a maximum of 30 hops:

1 4 ms 5 ms 4 ms 10.192.209.252
2 6 ms 6 ms 6 ms 10.192.211.50
3 5 ms 4 ms 4 ms 10.36.48.30
4 5 ms 4 ms 4 ms 10.36.48.36
5 12 ms * * 124.65.163.81
6 * * * Request timed out.
7 5 ms 5 ms 5 ms 202.106.36.33
8 9 ms 6 ms 10 ms 123.126.8.181
9 11 ms 12 ms 13 ms 124.65.194.181
10 34 ms 36 ms 33 ms 219.158.107.198
11 41 ms 35 ms 35 ms 124.160.81.182
12 34 ms 32 ms 34 ms 124.160.81.134
13 34 ms 31 ms 33 ms 115.238.118.74
14 * * * Request timed out.
15 30 ms 33 ms 30 ms 23.111.1.151

Trace complete.

从以上结果,经过了15个节点

原文地址:https://www.cnblogs.com/dakewei/p/9717937.html