-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
-
Version of iperf3: master, 787919c
-
Hardware: x86_64
-
Operating system (and distribution, if any): Linux, OpenWRT, iperf compiler from github repo
Bug Report
-
Expected Behavior
-
Actual Behavior
Non JSON error message at the end of JSON output at the client-side of the measurement. For now, I found only described behavior for this message: "iperf3: error - unable to send control message: Broken pipe". Server-side produces valid JSON output.
Wrong JSON output on client-side
"remote_total": 0,
"remote_user": 0,
"remote_system": 0
},
"sender_tcp_congestion": "cubic"
}
}
iperf3: error - unable to send control message: Broken pipe
Good JSON output on server-side
"bytes": 0,
"bits_per_second": 0,
"omitted": false,
"sender": false
}
}],
"end": {
},
"error": "error - select failed: Bad file descriptor"
}
- Steps to Reproduce
/usr/bin/iperf3 -c 1.2.3.4 --connect-timeout 1000 -t 3600 --logfile test-4.iperf3 -p 5201 -J --parallel 5 -i 1 --window 32k --set-mss 1400
/usr/bin/iperf3 -c 1.2.3.4 --connect-timeout 1000 -t 3600 --logfile test-2.iperf3 -p 5200 -J -R --parallel 5 -i 1 --window 32k --set-mss 1400
Metadata
Metadata
Assignees
Labels
No labels