How to log ping with timestamp?

Asked By 40 points N/A Posted on -
qa-featured

Hello experts,

How to log ping with timestamp? Tracing some ping with timestamp is what I want to do, is there a way that we can log the entire ping every time and recorded it from the beginning until at the end of the day? Well if it is possible share with me some idea to get this done easily.

Thank you.

SHARE
Best Answer by SyntechComputerSolutions
Answered By 5 points N/A #187073

How to log ping with timestamp?

qa-featured

Hi Trevor Jhon,

If you want to log your pings with a timestamp, you can go to these websites to learn how to do it.

Thank you very much.

Best Answer
Best Answer
Answered By 0 points N/A #187075

How to log ping with timestamp?

qa-featured
Jhon,
 
This can be achieved actually quite easy. When using the prompt enter the following:
 
ping 192.168.1.1 -t > pinglog.txt
 
This will create a new file if it has not been created and it allows you to log the ping and
save it to "pinglog.txt" for future references. There are also variations of the command you
can use as well but the command above should take care of it.
 
Note: This command will overwrite pinglog.txt"
With the new data and will not create a new file every time.
 

Related Questions