[smokeping-users] RES: tcpping not working
Andre Gustavo Lomonaco
lomonaco at ipplus.com.br
Wed Jul 16 20:59:24 CEST 2008
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
More information about the smokeping-users
mailing list