|
|
打开命令行窗口输入Pathping后回车,列出了Pathping所使用的参数。
了解Pathping的命令格式后,我们看一下图2,站点B中10.1.2.4这台机器想检查一下与站点A中10.1.1.5这台服务器的网络连通情况,我们可以在站点B的10.1.2.4这台机器上输入以下命令:
D:\\>pathping -n server-1
Tracing route to server-1 [10.1.1.5]
over a maximum of 30 hops:
0 10.1.2.1
1 10.1.1.1
2 10.1.1.5
Computing statistics for 50 seconds...
Source to Here This Node/Link
Hop RTT Lost/Sent=Pct Lost/Sent=Pct Address
0 10.1.2.1
0/ 100=0% |
1 35ms 0/ 100=0% 0/ 100=0% 10.1.1.1
13/ 100=13% |
2 28ms 16/ 100=16% 3/ 100=3% 10.1.1.5
0/ 100=0%|
Trace complete. |
|