-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for new iperf flags, --fq-rate in particular #394
Comments
re-requesting this, as I'd really l to see the iperf2 '-e' results, due to this iperf3 bug: It would also be nice to include support for the new iperf2.0.13 flag --fq-rate |
Clarification:
|
Comparison of without and with
Comments/questions:
|
from the iperf2 man page (hidden near the bottom): https://iperf2.sourceforge.io/iperf-manpage.html Write/Err: Total number of successful socket writes. Total number of non-fatal socket write errors so to map to iperf3 output: Rtry = Retr |
Upgrading iperf2 to the latest. To do:
|
Iperf2 upgrade and plugin fixes: * First part of iperf upgrade. #394 * Added Debian packaging. #394 * Don't build python-jsonschema on EL9+. #394 * Log message change found during #394 * Require iperf >= 2.1.9 #394 * Parse new iperf2 output. #394 * Put server in UDP mode for UDP tests. Found during #394 * Handle iperf2's quirky summary intervals; other small cleanups. #394
Still having difficulties with the random-ish order of lines produced by iperf2 around the final summary. |
* First part of iperf upgrade. #394 * Added Debian packaging. #394 * Don't build python-jsonschema on EL9+. #394 * Log message change found during #394 * Require iperf >= 2.1.9 #394 * Parse new iperf2 output. #394 * Put server in UDP mode for UDP tests. Found during #394 * Handle iperf2's quirky summary intervals; other small cleanups. #394 * Add fq-rate parameter. #394
iperf 2.0.9 adds some useful output info via a new '-e' command line flag.
We should consider adding support for this to v1.1.
eg:
./iperf -e -c antg-staging -i1
Client connecting to antg-staging, TCP port 5001 with pid 22911
TCP window size: 85.3 KByte (default)
[ 3] local 131.243.24.11 port 48084 connected with 198.128.151.25 port 5001
[ ID] Interval Transfer Bandwidth Write/Err Rtry Cwnd/RTT
[ 3] 0.00-1.00 sec 102 MBytes 858 Mbits/sec 818/0 299 1090K/10000 us
[ 3] 1.00-2.00 sec 111 MBytes 933 Mbits/sec 890/0 0 1186K/10000 us
[ 3] 2.00-3.00 sec 110 MBytes 927 Mbits/sec 884/0 0 1220K/9875 us
[ 3] 3.00-4.00 sec 111 MBytes 934 Mbits/sec 891/0 0 1221K/9875 us
[ 3] 4.00-5.00 sec 112 MBytes 937 Mbits/sec 894/0 0 1223K/9875 us
[ 3] 5.00-6.00 sec 114 MBytes 952 Mbits/sec 908/0 0 1230K/10000 us
[ 3] 6.00-7.00 sec 111 MBytes 933 Mbits/sec 890/0 0 1238K/10750 us
[ 3] 7.00-8.00 sec 113 MBytes 949 Mbits/sec 905/0 0 1271K/9875 us
[ 3] 8.00-9.00 sec 112 MBytes 936 Mbits/sec 893/0 0 1271K/9875 us
[ 3] 9.00-10.00 sec 112 MBytes 937 Mbits/sec 894/0 0 1271K/9875 us
[ 3] 0.00-10.00 sec 1.08 GBytes 929 Mbits/sec 8867/0 299 1271K/9875 us
The text was updated successfully, but these errors were encountered: