Replies: 1 comment 1 reply
-
Since the issue seem to happen exactly after 5 minutes, my guess is that the public domain server limits the connections to 5 minutes. Suggest to check that with the public domain owners/documentation. (By the way, the public domain IP address is shown in the results you included - you may edit you comment if this is not desired.) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please help me, I have a problem of IPerf3 stop running after 300 sec (5 mins), when I want to use Iperf3 for testing for at least 24 hours. The error said iperf3: error - unable to send control message: Broken pipe
I use IPerf3 version 3.9 on ubuntu of windows 10 wsl for client, and the server side is the public domain that I don't have access to. So I can only control the client side. The client is connect to WiFi from CPE that inserted 5G sim card, while the server is on another network but it is a public domain and has configured iperf3 enable on the port 5021.
The client code on my side is run as below.
iperf3 -c <IP address> -i 10 -t 1500
and get the result as
<please click on the inserted link, as I don't know how to attach pictures>
and i try --debug and show result in excel in this screenshot which is the snippet from 240 sec - 300 sec. And you can see that at 290-300 sec there is no tcpi_snd_cwnd sending, same with the error that said unable to send control message.
What should I do to make the iperf3 not stop running?
Please helps me, I have searched multiple places in the internet and don't encounter anyone that has experience the same issue. Thank you very much in advance.
My current suspicious
What I have tried so far, which still have the same problem. The things I have tried can be irrelevant as I am so new to Iperf.
Beta Was this translation helpful? Give feedback.
All reactions