I'm working on an LAN issue which manifests as an occasional very high latency packet (~30 ms vs typical 3 ms round trip times). Using Windows
ping -tI discovered that we're looking at one packet out of a hundred or more. I'd like to write a script that runs tracert until it gets a large latency (say 20+ ms) hop and then records the tracert output for additional diagnostics.
The problem is, this is not my desktop system and there aren't any of the handy dandy add on tools (awk, sed, perl, etc.) I'd normally use for manipulating the output file to get what I want.
Is there a way to collect this information with just Win7 command line commands?
Alternatively, is there a better command or approach for diagnosing this issue?