2

We are experiencing file transfer issues. I try to troubleshoot this problem but it is really hard.

Here is a screenshot I took while transferring a file from my workstation to another server. The screenshot was taken from the workstation (source):

  • The whole graphic was taken during the file transfer, there was no pause on the transfer or anything.

enter image description here

It doesnt stop to flicker like this. And the ETA of the transfer always changes from 10 minutes to an hour or so, and then gets back to 9 minutes, then back to 100 minutes, so on so forth.

Here is the iperf result:

enter image description here

How can I troubleshoot this issue?

Jonathan Rioux
  • 1,938
  • 6
  • 33
  • 57

2 Answers2

0

Try wireshark on the server and/or the client. I would guess there is a network congestion going on that forces down the sliding window TCP size of your transfers. Are all components connected with rx/tx flow control set to "on"?

Nils
  • 7,695
  • 3
  • 34
  • 73
  • How can I detect if my TCP size has been reduced due to network congestion? – Jonathan Rioux Dec 07 '11 at 13:26
  • If rx/tx flow control is on the corresponding counters should grow (on the switch/router and/or server side). There should also be a sliding window negotiation visible. [See the WiKi for details](http://en.wikipedia.org/wiki/Sliding_window_protocol) – Nils Dec 08 '11 at 22:00
0

It seems less likely to me that your problem would be a networking issue. I would consider an I/O bottleneck first. Check your server's disk idle time during the transfer and try to find possible interconnections with the drops in your transfer rate.

the-wabbit
  • 40,737
  • 13
  • 111
  • 174