Re: [Iperf-users] Help

2018-09-04 Thread Matt Caron
1.) It uses either TCP or UDP (you get to choose) so as long as the network can route standard IP traffic, it will work. On the server, do `iperf -s`. On the client, do `iperf -c WWW.XXX.YYY.ZZZ` (where WWW.XXX.YYY.ZZZ is the server's IP). `iperf --help` gives you all the options. 2.) Depend

[Iperf-users] Help

2018-09-01 Thread Abdullah Alabbas
On Sat, Sep 1, 2018 at 11:59 PM, Abdullah Alabbas < abdullah.alab...@ipsksa.com> wrote: > This is Abdullah Alabbas a networking engineer that works in a school. I > read about the iperf tool and fall in love with it and like to know how to > test the bandwidth of a wan connection where the server

[Iperf-users] Help request: Iperf 2.0.8 compile/port for iOS

2015-07-25 Thread Bob (Robert) McMahon
Hi All, I'm looking to find someone who has the skills to compile/port iperf 2.0.8 to the iOS platform. I need this as a proof of concept. Any hw/sw combination is fine though the more current, the better. Thanks in advance, Bob McMah

Re: [Iperf-users] Help understanding results from a single TCP session

2013-10-16 Thread Nik Koracek
Hi Andrew, Thanks, this is exactly the answer I was hoping for. I knew I was missing something. Cheers Nik _ From: Andrew Gallatin [mailto:galla...@gmail.com] Sent: Tuesday, 15 October 2013 12:40 AM To: Nik Koracek Cc: Mohammad Hajjat; iperf-users Subject: Re: [Iperf-users

Re: [Iperf-users] Help understanding results from a single TCP session

2013-10-14 Thread Andrew Gallatin
You were getting more bandwidth than expected because Linux (and other OSes) will automatically increase the TCP window size. Google for tcp_moderate_rcvbuf, for example. One way to actually get the window sizes you expect is to use the -w argument to iperf. Note that linux will double what you

Re: [Iperf-users] Help understanding results from a single TCP session

2013-10-14 Thread Mohammad Hajjat
ng the >>> results that I did. I would have expected to get 1.265Mbps with the test >>> setup the way I described. >>> >>> ** ** >>> >>> I would like to understand how I was getting 65Mbps+ on that 160ms RTT >>> link with those default window size

Re: [Iperf-users] Help understanding results from a single TCP session

2013-10-14 Thread Upendra K
gt;> ** ** >> >> Cheers, >> >> ** ** >> ---------- >> >> *From:* Mohammad Hajjat [mailto:haj...@purdue.edu] >> *Sent:* Monday, 14 October 2013 11:00 AM >> *To:* Nik Koracek >> *Cc:* Mohammad Hajjat; iperf-users &

Re: [Iperf-users] Help understanding results from a single TCP session

2013-10-13 Thread Mohammad Hajjat
gt; > Cheers, > > ** ** > -- > > *From:* Mohammad Hajjat [mailto:haj...@purdue.edu] > *Sent:* Monday, 14 October 2013 11:00 AM > *To:* Nik Koracek > *Cc:* Mohammad Hajjat; iperf-users > > *Subject:* Re: [Iperf-users] Help unde

Re: [Iperf-users] Help understanding results from a single TCP session

2013-10-13 Thread Nik Koracek
: Nik Koracek Cc: Mohammad Hajjat; iperf-users Subject: Re: [Iperf-users] Help understanding results from a single TCP session I see, why can't you just increase iperf's window size? I had experiments where I had to set the window size in iperf to 16 MB to get an optimal bandwidth.

Re: [Iperf-users] Help understanding results from a single TCP session

2013-10-13 Thread Mohammad Hajjat
rdue.edu] > *Sent:* Monday, 14 October 2013 12:18 AM > *To:* nkora...@tpg.com.au > *Cc:* iperf-users > *Subject:* Re: [Iperf-users] Help understanding results from a single TCP > session > > ** ** > > But your server's window size isn't 25 KB, is it? >

Re: [Iperf-users] Help understanding results from a single TCP session

2013-10-13 Thread Nik Koracek
single tcp session using the aforementioned window sizes between two devices that had a 160ms RTT between them? Cheers _ From: Mohammad Hajjat [mailto:haj...@purdue.edu] Sent: Monday, 14 October 2013 12:18 AM To: nkora...@tpg.com.au Cc: iperf-users Subject: Re: [Iperf-users] Help

Re: [Iperf-users] Help understanding results from a single TCP session

2013-10-13 Thread Mohammad Hajjat
But your server's window size isn't 25 KB, is it? Also, what is it in specific that you want to explain? I'm sorry I lost track :P On Sun, Oct 13, 2013 at 7:46 AM, wrote: > Hi All, > > ** ** > > I was troubleshooting a throughput issue recently on an international > 300Mbps link which had

[Iperf-users] Help understanding results from a single TCP session

2013-10-13 Thread nkoracek
Hi All, I was troubleshooting a throughput issue recently on an international 300Mbps link which had a RTT of ~160ms. I have copied the output below from testing a single TCP session between two linux servers at either endpoint. I have the output from two tests from the perspective of

[Iperf-users] help regarding running iperf with multiple NICs on same machine

2011-09-03 Thread riyaaz shaik
Hi I have 3 network cards attached to a single . machine. 1 network card is on domain A and 2 network cards are on domain B. I am trying to measure the bandwidth of the network cards on domain B using iperf by using 2 machines each with 3 network cards as described above. After i bind the specifi

[Iperf-users] Help dumping data to a file

2010-04-05 Thread Hasan Rahman
Hello, I was trying to add an option to iperf to allow for dumping data from a file transferred using UDP. I can successfully transfer a text file and obtain a dump for it at the server, but there are a couple of problems: * The beginning of the file is not transferred (I see some random

[Iperf-users] Help regarding port numbers

2009-07-30 Thread senthil kumar
Hi all How can i give the source port in iperf. The scenario is, whenever i stop and run traffic thro' iperf, it is changing its source port . I want to stop that. Can anyone tell me Pls Senthil kumar -- Let Crystal Rep

Re: [Iperf-users] Help regarding iperf-ipv6

2009-06-19 Thread Marc Herbert
You need a scope ID for IPv6 link local addresses. Something like "fe80::216:17ff:feba:59e0%eth1". Iperf might be able to grok scope IDs, or not. If not, use any address but link local. Cheers, Marc 2009/6/19 senthil kumar > > Hi, > > I want the exact command for generating UDP/IPv6, TCP/IPv6

[Iperf-users] Help regarding iperf-ipv6

2009-06-19 Thread senthil kumar
Hi, I want the exact command for generating UDP/IPv6, TCP/IPv6 traffic using iperf 2.0.4. currently the command i used is iperf -s -V (in server side) -u -l 1450 iperf -c -V (in client side) -u -l 1450 but it is not working, it is showing some error message and client is stopped, that message

[Iperf-users] Help!

2009-05-06 Thread Otero, Adriana S.
Hi all, I tried to apply the patch "poisson traffic and measure delay patch - ID: 2224728 " b/c I need to be able to measure the E2E delay. But it gave me the following errors when I tried to apply the patch: 1 out of 1 hunk ignored -- saving rejects to file include/Locale.h.rej patching file in