LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Understanding iperf? (https://www.linuxquestions.org/questions/linux-newbie-8/understanding-iperf-798408/)

linuxunix 03-28-2010 06:32 AM

Understanding iperf?
 
Anyone who can help me with this command:

iperf -s -u -B <multicast address> -i 1

What does the above command means?

troop 03-28-2010 07:35 AM

-s - run in server mode
-u - use UDP
-B - bind to <multicast address>
-i 1 - 1 second between bandwidth reports

linuxunix 03-28-2010 07:55 AM

May I know how is multicast address set in Linux Machine?How is it setup in server machine?

troop 03-28-2010 10:20 PM

multicast address includes the addresses from 224.0.0.0 to 239.255.255.255.
You can just set e.g. iperf -s -u -B 239.0.0.1 -i 1 on server machine.


All times are GMT -5. The time now is 03:18 AM.