Search found 7 matches

by agaswoodstock
08 Sep 2013 21:45
Forum: DOS Batch Forum
Topic: calculate down time
Replies: 9
Views: 5709

Re: calculate down time

*** ABC 30-Aug-2013 8:11:16.67 Pinging 999.999.99.77 with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for 999.999.99.77: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss), Pinging 999.999.99.78 with 32 bytes of data: Request timed...
by agaswoodstock
08 Sep 2013 18:27
Forum: DOS Batch Forum
Topic: calculate down time
Replies: 9
Views: 5709

Re: calculate down time

seems it cannot calculate the downtime as in my text file there are several server (4 server) data included.
by agaswoodstock
05 Sep 2013 19:18
Forum: DOS Batch Forum
Topic: calculate down time
Replies: 9
Views: 5709

Re: calculate down time

@echo off call :pinglog "%date% %time%" "serverlogs\ABC.2013.09.05.txt" "999.999.99.77" call :pinglog "%date% %time%" "serverlogs\Google.2013.09.05.txt" "www.google.de" :: ... :: i think i even would not use a date then, and would backup th...
by agaswoodstock
04 Sep 2013 19:30
Forum: DOS Batch Forum
Topic: calculate down time
Replies: 9
Views: 5709

Re: calculate down time

example: it check the process every minute ***ABC (server name) 30-Aug-2013 7:42:57.83 Pinging 999.999.99.77 with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. *** ABC 30-Aug-2013 16:29:34.98 Pinging 999.999.99.77 with 32 bytes of data: Reply from 999....
by agaswoodstock
04 Sep 2013 18:57
Forum: DOS Batch Forum
Topic: calculate down time
Replies: 9
Views: 5709

Re: calculate down time

Sorry penpen about the lack of information, it is check by date actually..meaning to say daily check, but currently there are two text file for refer. As the main purpose was to find the internet down access more than 30 minute. It is to make report from what time till what time (Start till End) the...
by agaswoodstock
03 Sep 2013 22:27
Forum: DOS Batch Forum
Topic: calculate down time
Replies: 9
Views: 5709

calculate down time

how to calculate total time of network down using bat

example 8.00 am, status: request time out
9.00 am status: reply

total time out = 1 hour
by agaswoodstock
03 Sep 2013 21:38
Forum: DOS Batch Forum
Topic: Check date file age - output on message box (help)
Replies: 9
Views: 7951

Re: Check date file age - output on message box (help)

how to calculate total time of network down using bat

example 8.00 am, status: request time out
9.00 am status: reply

total time out = 1 hour