Goggle søgning;
Linux:
ping -i <sec> <ip>
Windows:
You could write a simple batch file using timeout:
:top
ping %1
timeout %2
goto :top
Name it something like pingtime.bat and run it thusly: pingtime <address to ping> < seconds between ping sessions> ex: pingtime google.com 10