Hi  Onkar,

The following iperf supports –b for both TCP and UDP

http://sourceforge.net/projects/iperf2/?source=directory

so you can limit the TCP stream with

iperf –c <dest> -b 100M

as an example for TCP and

iperf –c <dest> -b 100M –u

for UDP.

Another option is to use a traffic shaping tool such as linux tc

http://lartc.org/manpages/tc.txt

Bob
From: onkar kundargi [mailto:onkar.kunda...@gmail.com]
Sent: Wednesday, March 25, 2015 12:33 AM
To: iperf-users@lists.sourceforge.net
Subject: [Iperf-users] bandwidth parameter

hello sir,
how can i fix bandwidth for tcp as there is no option available for iperf.
consider scenario  if i need 23.00 GB bandwidth at output. so which parameter 
should i tunned in input format of iperf.
eg. iperf --client what options i need to consider to get 23.gb<http://23.gb> 
bandwidth at output


thanks
onkar
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Iperf-users mailing list
Iperf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iperf-users

Reply via email to