The trusty ping command is a network administrator's best friend for testing connectivity. But what if you need to document your findings and track response times over time? The standard output can be fleeting, making it difficult to analyze trends.
This guide will show you how to save ping responses with timestamps
Ping command:
ping -t 1.1.1.1|cmd /q /v /c "(pause&pause)>nul & for /l %a in () do (set /p "data=" && echo(!date! !time! !data!)&ping -n 2 1.1.1.1>nul" >D:1.1.1.1.txt