Pathping

From Wikipedia, the free encyclopedia

Pathping is a network utility supplied in Windows NT, Windows 2000 and Windows XP. It combines the functionality of Ping with that of Traceroute (in Windows: tracert), by providing details of the path between two hosts and Ping-like statistics for each node in the path based on samples taken over a time period, depending on how many nodes are between the start and end host. The advantages of pathping over ping and traceroute are that each node is pinged as the result of a single command, and that the behaviour of nodes is studied over an extended time period, rather than the Ping's default sample of four messages or Traceroute's default single route trace. The disadvantage is that it often takes more than five minutes to produce a result.

[edit] Related Software

Layer Four Trace is a free, open-source modern traceroute implementation that supports multiple layer-4 protocols.
Matt's Trace Route is a GNU licensed utility which provides similar analysis capabilities as pathping, and provides the user ongoing data in realtime for more instantaneous analysis.

[edit] Sample pathping output

The following is the output of the command pathping wikipedia.com

Tracing route to wikipedia.com [207.142.131.235]
over a maximum of 30 hops:
  0  simonslaptop [192.168.0.11] 
  1  192.168.0.1 
  2  thus1-hg2.ilford.broadband.bt.net [217.32.64.73] 
  3  217.32.64.34 
  4  217.32.64.110 
  5  anchor-border-1-4-0-2-191.router.demon.net [212.240.162.126] 
  6  anchor-core-2-g0-0-1.router.demon.net [194.70.98.29] 
  7  ny1-border-1-a1-0-s2.router.demon.net [194.70.97.66] 
  8  ge-8-0-153.ipcolo1.NewYork1.Level3.net [209.246.123.177] 
  9  ae-0-51.bbr1.NewYork1.Level3.net [64.159.17.1] 
 10  so-2-0-0.mp1.Tampa1.Level3.net [209.247.11.201] 
 11  ge-6-0.hsa2.Tampa1.Level3.net [64.159.1.10] 
 12  unknown.Level3.net [63.208.24.2] 
 13  
Computing statistics for 325 seconds...
            Source to Here   This Node/Link
Hop  RTT    Lost/Sent = Pct  Lost/Sent = Pct  Address
  0                                           simonslaptop [192.168.0.11] 
                                0/ 100 =  0%   |
  1    0ms     0/ 100 =  0%     0/ 100 =  0%  192.168.0.1 
                                0/ 100 =  0%   |
  2   18ms     1/ 100 =  1%     1/ 100 =  1%  thus1-hg2.ilford.broadband.bt.net  [217.32.64.73]  
                                0/ 100 =  0%   |
  3   18ms     0/ 100 =  0%     0/ 100 =  0%  217.32.64.34 
                                0/ 100 =  0%   |
  4   21ms     0/ 100 =  0%     0/ 100 =  0%  217.32.64.110 
                                0/ 100 =  0%   |
  5   21ms     1/ 100 =  1%     1/ 100 =  1%  anchor-border-1-4-0-2-191.router.demon.net [212.240.162.126] 
                                0/ 100 =  0%   |
  6  ---     100/ 100 =100%   100/ 100 =100%  anchor-core-2-g0-0-1.router.demon.net [194.70.98.29] 
                                0/ 100 =  0%   |
  7  ---     100/ 100 =100%   100/ 100 =100%  ny1-border-1-a1-0-s2.router.demon.net [194.70.97.66] 
                                0/ 100 =  0%   |
  8  100ms     0/ 100 =  0%     0/ 100 =  0%  ge-8-0-153.ipcolo1.NewYork1.Level3.net [209.246.123.177] 
                                0/ 100 =  0%   |
  9   94ms     0/ 100 =  0%     0/ 100 =  0%  ae-0-51.bbr1.NewYork1.Level3.net [64.159.17.1] 
                                0/ 100 =  0%   |
 10  134ms     1/ 100 =  1%     1/ 100 =  1%  so-2-0-0.mp1.Tampa1.Level3.net [209.247.11.201] 
                                0/ 100 =  0%   |
 11  137ms     0/ 100 =  0%     0/ 100 =  0%  ge-6-0.hsa2.Tampa1.Level3.net [64.159.1.10] 
                                0/ 100 =  0%   |
 12  131ms     0/ 100 =  0%     0/ 100 =  0%  unknown.Level3.net [63.208.24.2] 
                              100/ 100 =100%   |
 13  ---     100/ 100 =100%     0/ 100 =  0%  win2000 [0.0.0.0] 

Trace complete.
In other languages