Advanced Search
Enter a boolean search phrase.
Recognised fields
endip - the IP address tested
endname - the DNS name of the address tested
endms - the response time of the end hop
maxms - the maximum response time of all hops
endloss - the packet loss to the end hop only
maxloss - the maximum packet loss of all hops
numhops - the number of hops found in the route
Examples
ip=216.55.183.48 and numhops>=12
returns all traces to 216.55.183.48 which have at least 12 hops
maxms>=200 or endms>=150 or maxloss>=20 or endloss>=10
returns traces that have hops which respond in at least 200 ms, or the end hop responds in at least 150 ms; or hops which lose at least 20% of packets or the end hop loses at least 10% of packets
(ip=216* or endname=*.mycompany.com) and (endms>300 or endloss>=10)
returns all traces to 216.x.x.x, or those to the domain "mycompany.com" where the destination either responds in over 300 ms or loses at least 10% of packets