• I am looking for a replacement for ping, ideally it will do a continuous ping and keep a running tally of the longest n number of ping times.

    C:\WINDOWS>ping http://www.yahoo.com -t

    Pinging http://www.yahoo-ht2.akadns.net [209.73.186.238] with 32 bytes of data:

    Reply from 209.73.186.238: bytes=32 time=20ms TTL=50

    Reply from 209.73.186.238: bytes=32 time=20ms TTL=50

    Reply from 209.73.186.238: bytes=32 time=20ms TTL=50

    Reply from 209.73.186.238: bytes=32 time=20ms TTL=50

    Reply from 209.73.186.238: bytes=32 time=20ms TTL=50

    Reply from 209.73.186.238: bytes=32 time=20ms TTL=50

    Reply from 209.73.186.238: bytes=32 time=19ms TTL=50

    ...

    or maybe I should just write a script with a loops?

    Any thoughts...