On Wednesday, December 03, 2003 6:00 PM, Marco Avvisano <[EMAIL PROTECTED]> wrote: > Hi > I'm tryng to use some fping options > i use these option: > > -b 64 -C 4 -r1 -i 1000 -t 10 -B 1.0 >
Short description says: -t n individual target initial timeout (in millisec) (default 20) That is the timeout for the first packet. Not for all following. E.g. fping -c 3 -t 50 ns1.remote.net. ns1.remote.net. : [0], 84 bytes, 151 ms (151 avg, 0% loss) ns1.remote.net. : [1], 84 bytes, 149 ms (150 avg, 0% loss) ns1.remote.net. : xmt/rcv/%loss = 3/2/33%, min/avg/max = 149/150/151 I.e. the first packet is mising. This will be clear when you do: fping -c 3 ns1.remote.net. ns1.remote.net. : [0], 84 bytes, 149 ms (149 avg, 0% loss) ns1.remote.net. : [1], 84 bytes, 152 ms (150 avg, 0% loss) ns1.remote.net. : [2], 84 bytes, 148 ms (150 avg, 0% loss) ns1.remote.net. : xmt/rcv/%loss = 3/3/0%, min/avg/max = 148/150/152 > I use fping: Version 2.4b1 $Date: 2001/01/25 11:25:04 > > i would like that if the time for response is > 10 ms, returm me timeout, but > it always return me the rtt value (>10 ms) > It should not always but only for all but the first. > Someone have the same problem using fping? > It's not a bug, it's a feature .... Arnold -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/smokeping-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
