Hi again

I have found that if I add a sleep into the loop the server reports the
correct numbers:

   #!/bin/bash
   iperf -u -s > /dev/null &
   for i in {1..5}; do
     iperf -u -c localhost -t 1
     sleep 1
   done

Isn't it possible to include some connection ID in the UDP message that
is incremented for each run? Or maybe a timestamp so that the client
can tell the server when a new run begins.


Best regards
Ramon

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Iperf-users mailing list
Iperf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iperf-users

Reply via email to