Hi Ged,

Thanks a lot for your reply.

Using your previous tips and advices I could resolve my problem.

Like you sad in previous thread, I only made the followings changes in
tcpping script

ttr=`tcptraceroute -n -f ${ttl} -m ${ttl} -q ${q} -w ${w} $* 2>/dev/null`

and

  #if echo "${ttr}" | egrep "\[(open|closed)\]" >/dev/null 2>&1; then
        #       rtt=`echo "${ttr}" | awk '{print $5}'`
        #else
                rtt=`echo "${ttr}" | awk '{print $4}'`
        #fi


Thanks for sharing your knowledge

My Best Regards,

Andre Lomonaco


_______________________________________________
smokeping-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users

Reply via email to