IP/Network |
||
pathping
pathping is the command that Provides information about network latency and network loss at intermediate hops between a source and destination. Pathping sends multiple Echo Request messages to each router between a source and destination over a period of time and then computes results based on the packets returned from each router
C:\>pathping -?
Usage: pathping [-g host-list] [-h maximum_hops] [-i address] [-n] [-p period] [-q num_queries] [-w timeout] [-4] [-6] target_name
Options: -g host-list Loose source route along host-list. -h maximum_hops Maximum number of hops to search for target. -i address Use the specified source address. -n Do not resolve addresses to hostnames. -p period Wait period milliseconds between pings. -q num_queries Number of queries per hop. -w timeout Wait timeout milliseconds for each reply. -4 Force using IPv4. -6 Force using IPv6.
Example 1: -------------------------------------------------------------
C:\>pathping www.google.ca
Tracing route to www.google.ca [66.185.95.35] over a maximum of 30 hops: 0 jaekuryu-HP [192.168.0.13] 1 7.41.108.1 2 24.156.135.13 3 24.153.7.230 4 24.156.146.121 5 24.156.156.198 6 66.185.95.35
Computing statistics for 150 seconds... Source to Here This Node/Link Hop RTT Lost/Sent = Pct Lost/Sent = Pct Address 0 jaekuryu-HP [192.168.0.13] 0/ 100 = 0% | 1 --- 100/ 100 =100% 100/ 100 =100% 7.41.108.1 0/ 100 = 0% | 2 20ms 0/ 100 = 0% 0/ 100 = 0% 24.156.135.13 0/ 100 = 0% | 3 --- 100/ 100 =100% 100/ 100 =100% 24.153.7.230 0/ 100 = 0% | 4 23ms 0/ 100 = 0% 0/ 100 = 0% 24.156.146.121 0/ 100 = 0% | 5 --- 100/ 100 =100% 100/ 100 =100% 24.156.156.198 0/ 100 = 0% | 6 20ms 0/ 100 = 0% 0/ 100 = 0% 66.185.95.35
Trace complete.
|
||