Hi There,
I want to ping results to a file but also want to capture the system time as my connection keeps dropping out and I am trying to find out exactly when it is happening.
The command I am using at the moment is:
ping servername -t >> log.txt
is there an additional command I can add to this to output the time each ping was made (and therefore know what time its failing)?
Thanks in advance
I want to ping results to a file but also want to capture the system time as my connection keeps dropping out and I am trying to find out exactly when it is happening.
The command I am using at the moment is:
ping servername -t >> log.txt
is there an additional command I can add to this to output the time each ping was made (and therefore know what time its failing)?
Thanks in advance