How to get the time and response round-trip delay (RTD) of a ping command?
ping 10.11.12.13 -n 1
every second in the following format:
[time] [delay]
[time] [delay]
[time] [delay]
...
...in a rich Windows command-line application with a Unix command set like Cmder or ConEmu, Cygwin...
Example of output:
12:00:01.123 20 ms
12:00:02.432 21 ms
...