Iperf3: Fehler - Aus dem Stream Socket können Sie nicht lesenPython

Python-Programme
Anonymous
 Iperf3: Fehler - Aus dem Stream Socket können Sie nicht lesen

Post by Anonymous »

Ich führe einen Netzwerktest in zwei von mir erstellten Docker -Containern durch. Als ich jedoch versuchte, einen UDP -Test durchzuführen, trat ein Fehler auf. Meine detaillierten Befehle sind wie folgt: < /p>

iperf Server < /strong>: < /li>
< /ul>
iperf3 -s -p 9000
< /code>
und Ausgabe wie folgt: < /p>
-----------------------------------------------------------
Server listening on 9000
-----------------------------------------------------------
Accepted connection from 5.0.0.40, port 43644
[ 5] local 5.0.0.10 port 9000 connected to 5.0.0.40 port 36548
iperf3: error - unable to read from stream socket: Connection refused
< /code>

Iperf Client < /strong>: < /li>
< /ul>
iperf3 -c 5.0.3.30 -u -t 5 -b 100M -i 1 -p 9000 -d
< /code>
und Ausgabe wie folgt: < /p>
send_parameters:
{
"udp": true,
"omit": 0,
"time": 5,
"parallel": 1,
"len": 1448,
"bandwidth": 100000000,
"pacing_timer": 1000,
"client_version": "3.7"
}
Connecting to host 5.0.3.30, port 9000
SNDBUF is 212992, expecting 0
RCVBUF is 212992, expecting 0
Setting application pacing to 12500000
iperf3: error - unable to read from stream socket: Resource temporarily unavailable
< /code>
Darüber hinaus hat Iperf2 auch gut funktioniert. Jede Hilfe wird geschätzt!

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post