F
fred099
Hi, i have a problem that i think someone will be able to help me with,
i have a log file showing my router connectivity. the fields are
Date, Time, cct condition
the cct condition shows the result of a ping, this can either give the result
UP or Down
i need the time between the last down and the first up.
the table looks like this:
time date CCT condition
0800 28092006 UP
0801 28092006 UP
0802 28092006 DOWN
0802 28092006 DOWN
0809 28092006 UP
0809 28092006 UP
I need to know how long the cct has been down. The time the cct is down is
the time between the last down and the first up. I dont know how to get the
time difference between the two records ignoring all the ups prior and all
the downs after. if anyone has any ideas i would be greatful.
i have a log file showing my router connectivity. the fields are
Date, Time, cct condition
the cct condition shows the result of a ping, this can either give the result
UP or Down
i need the time between the last down and the first up.
the table looks like this:
time date CCT condition
0800 28092006 UP
0801 28092006 UP
0802 28092006 DOWN
0802 28092006 DOWN
0809 28092006 UP
0809 28092006 UP
I need to know how long the cct has been down. The time the cct is down is
the time between the last down and the first up. I dont know how to get the
time difference between the two records ignoring all the ups prior and all
the downs after. if anyone has any ideas i would be greatful.