One way throughput problem
Connectivity: Host A ----- Switch ----- Router ----- Router ----- Switch ----- Host B
IP:
Host A: 10.10.10.1
Host B: 10.10.10.2
Host A and B are connected through Router and Switch over an EVPN VPWS tunnel. When transferring data from Host B to Host A, not getting throughput more than 20 Mbps in a single session. However, when transferring data in the opposite direction from Host A to Host B, getting 97 Mbps in a single session. There is no packet loss between Routers. Need help to troubleshoot one way throughput issue.
Capture for file transfer from Host B to Host A:
Host A: https://drive.google.com/file/d/1l1yr...
Host B: https://drive.google.com/file/d/1zBp-...
Capture for file transfer from Host A to Host B:
Host A: https://drive.google.com/file/d/1tlt3...
Host B: https://drive.google.com/file/d/1aBDv...
Thank You.
Those capture files (B>-A files > 200MB; A->B files > 600 MB) are kinda big for analysis.
Can you describe the "transferring data" (protocol, application, type of data) to give some insight to how the files might be pared down.
"Upload_from_10.10.10.2-Capture_from_10.10.10.1.pcapng (241M) is too large for Google to scan for viruses. Would you still like to download this file?"
Good day Chuckc.
File transferred over HTTP (TCP, Port 80) using HTTPFileServer.
For the file transfer from Host B > Host A, I noticed a very high number of tcp.analysis.flags on both sides, but at Host A it is higher (55%) than at Host B (27%). At Host A, TCP Out-of-Order is also relatively high.
However, tcp.analysis.flags for the file transfer session from Host A > Host B are 7% and 2%.
Suspecting Tx path issue from Host B > Host A. Need guidance to identify the actual point of failure and the root cause.
hi
If you plug in Host C in to the same switch where Host A is connected are you able to reproduce the problem? can you do the same test but this time connect Host C to the switch where Host B is connected.
Also can you use iperf for your thruput test and post the results?
Upload_from_10.10.10.2-Capture_from_10.10.10.2.pcapng - 3 way handshake isn't captured
Looks like this is the HTTP server OP is using - > https://sourceforge.net/projects/hfs/...
Hi @net_tech Trying to share the result of the suggested environment using Host C at both side and iperf.
Yes, HFS HTTTP file server used for throughput test.