parse_ping_fail
Author: Dustin_Chen, email:
Dustin_Chen@compal.com
or
chuhpsdustin@gmail.com
How to use
Paste the result of =>
ping 10.205.164.5 -t | while read pong; do echo "$(date): $pong"; done
It will show the results of consecutive failed pings (request timeout > 1 second)
解析
Time1 (Request timed out)
Time2 (Reply from)
Ping_fail_time(秒)