pathping command is an alternative to traceroute command in Windows Power Shell. traceroute shows the first hop as the first router that you traverse and does not show you what physical NIC the packets are flowing out of but pathping does show NIC IP Address. It also shows statistics about packet loss.
pathping Example
PS C:\Users\Ali Asad> pathping google.com
Tracing route to google.com [216.58.208.238]
over a maximum of 30 hops:
0 Ali-PC [10.1.0.2]
1 10.1.0.1
2 210.56.23.97
3 tw21-static149.tw1.com [117.20.21.149]
4 tw255-static100.tw1.com [110.93.255.100]
5 110.93.252.198
6 72.14.194.14
7 108.170.240.56
8 209.85.240.12
9 108.170.231.187
10 108.170.247.1
11 72.14.238.197
12 par10s22-in-f238.1e100.net [216.58.208.238]
Computing statistics for 300 seconds...
Source to Here This Node/Link
Hop RTT Lost/Sent = Pct Lost/Sent = Pct Address
0 Ali-PC [10.1.0.2]
0/ 100 = 0% |
1 0ms 0/ 100 = 0% 0/ 100 = 0% 10.1.0.1
0/ 100 = 0% |
2 1ms 1/ 100 = 1% 1/ 100 = 1% 210.56.23.97
0/ 100 = 0% |
3 2ms 1/ 100 = 1% 1/ 100 = 1% tw21-static149.tw1.com [117.20.21.149]
0/ 100 = 0% |
4 19ms 1/ 100 = 1% 1/ 100 = 1% tw255-static100.tw1.com [110.93.255.100]
0/ 100 = 0% |
5 20ms 1/ 100 = 1% 1/ 100 = 1% 110.93.252.198
0/ 100 = 0% |
6 32ms 0/ 100 = 0% 0/ 100 = 0% 72.14.194.14
0/ 100 = 0% |
7 30ms 2/ 100 = 2% 2/ 100 = 2% 108.170.240.56
0/ 100 = 0% |
8 --- 100/ 100 =100% 100/ 100 =100% 209.85.240.12
0/ 100 = 0% |
9 --- 100/ 100 =100% 100/ 100 =100% 108.170.231.187
0/ 100 = 0% |
10 --- 100/ 100 =100% 100/ 100 =100% 108.170.247.1
0/ 100 = 0% |
11 --- 100/ 100 =100% 100/ 100 =100% 72.14.238.197
0/ 100 = 0% |
12 32ms 0/ 100 = 0% 0/ 100 = 0% par10s22-in-f238.1e100.net [216.58.208.238]
Trace complete.