browse code,
statistics svn co https://iperf.svn.sourceforge.net/svnroot/iperf iperf
Someone compiled version achievement Client for Microsoft Windows XP or higher? Thank.
2012-05-14 08:50:10 PDT by cfabregat
Looked again the Locale.c source and I can surely say my patch is faulty. But the bug is still valid.
2012-05-07 03:12:20 PDT by mkaranki
In reposrtCVS.c file (iperf v 2.0.5) on function CSV_stats( Transfer_Info *stats ) bandwidth is printed in following way: max_size_t speed = (max_size_t)(((double)stats->TotalLen * 8.0) / (stats->endTime - stats->startTime)); /* max_size_t speed is uint64_t */ /* ... */ printf( reportCSV_bw_format, timestamp, (stats->reserved_delay == NULL ?...
2012-05-07 03:06:09 PDT by mkaranki
I get such report from 'iperf -c X.X.X.X -u -b 900m' on FreeBSD-9.0: ------------------------------------------------------------ Client connecting to X.X.X.X, UDP port 5001 Sending 1470 byte datagrams UDP buffer size: 9.00 KByte (default) ------------------------------------------------------------ [ 3] local X.X.X.X port 14759 connected with X.X.X.X port 5001 [ ID] Interval...
2012-04-13 21:30:58 PDT by yurivict
Since iperf version 3 has active development and is a continuation of this project the new site should be linked to from http://iperf.sourceforge.net/ http://sourceforge.net/projects/iperf/.
2012-04-03 14:00:01 PDT by rbeede
Hello, would you like to mention your test hardware or more test details? For example, the command line arguments with which you run the tests would be of great help. To add some comments wrt performance: I've managed to reach more than 7.0Gbit/sec with iperf 2.0.4. I'd be greatly surprised if there was such a big performance drop between 2.0.4 and 2.0.5. Best Regards, Leonidas Tsampros.
2012-03-23 03:07:29 PDT by ltsampros
What do you mean with settings for the server. Are you asking how the servers have been started. Here it is: ..../bin/iperf -w12000K -s -o /var/log/iperf-T.log -p 5001 -D ..../bin/iperf -u -s -o /var/log/iperf-U.log -p 5001 -D Regards Ralph.
2012-03-22 08:02:51 PDT by rniederberger
What do you mean with settings for the server. Are you asking how the servers have been started. Here it is: ..../bin/iperf -w12000K -s -o /var/log/iperf-T.log -p 5001 -D ..../bin/iperf -u -s -o /var/log/iperf-U.log -p 5001 -D Regards Ralph.
2012-03-22 08:02:41 PDT by rniederberger
Hello, would you mind showing the settings of the server as well? Thanks, Leonidas.
2012-03-22 07:08:32 PDT by ltsampros
I am using iperf to test bandwidth between different unix derivates. Starting an iperf with the command : iperf -i1 -t10 -w2000K -M 536 -c 195.83.184.4 somtimes works correctly, sometimes hangs, I have made a crontab entry to start iperf every day once. As you see from the logs some iperf processes stay for several days before they stop, though they should stop after 10 seconds. In...
2012-02-23 07:01:50 PST by rniederberger