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-listLoose source route along host-list.-h maximum_hopsMaximum number of hops to search for target.-i addressUse the specified source address.-nDo not resolve addresses to hostnames.-p periodWait period milliseconds between pings.-q num_queriesNumber of queries per hop.-w timeoutWait timeout milliseconds for each reply.-PTest for RSVP PATH connectivity.-RTest if each hop is RSVP aware.-TTest connectivity to each hop with Layer-2 priority tags.-4Force using IPv4.-6Force 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?