Situatie
PATHPING este un utilitar care te ajuta la diagnosticarea problemelor de networking. Este o combinatie dintre comenzile ping si tracert, adica la executare comenzii iti afiseaza nodurile prin care au trecut pachetele de tip ICMP, la fel ca si TRACERT, dar si rata de transmisie a pachetelor si timpul mediu de raspuns a pachetelor la fel ca si PING.
Sintaxa
pathping [-g host-list] [-h maximum_hops] [-i address] [-n] [-p period] [-q num_queries] [-w timeout] [-P] [-R] [-T] [-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.-P
Test for RSVP PATH connectivity.-R
Test if each hop is RSVP aware.-T
Test connectivity to each hop with Layer-2 priority tags.-4
Force using IPv4.-6
Force using IPv6.
C:UsersCornel>pathping google.com
Tracing route to google.com [216.58.209.174]
over a maximum of 30 hops:
0 DESKTOP-RO07M5V [192.168.1.4]
1 192.168.1.1
2 adsl92-86-134-1.romtelecom.net [92.86.134.1]
3 10.0.246.101
4 * * *
Computing statistics for 75 seconds…
Source to Here This Node/Link
Hop RTT Lost/Sent = Pct Lost/Sent = Pct Address
0 DESKTOP-RO07M5V [192.168.1.4]
0/ 100 = 0% |
1 1ms 0/ 100 = 0% 0/ 100 = 0% 192.168.1.1
0/ 100 = 0% |
2 15ms 0/ 100 = 0% 0/ 100 = 0% adsl92-86-134-1.romtelecom.net [92.86.134.1]
0/ 100 = 0% |
3 15ms 0/ 100 = 0% 0/ 100 = 0% 10.0.246.101
Trace complete.
Leave A Comment?