THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Troubleshooting slow SMB transfer

  • retag add tags

I have a Windows machine transferring files with a NetApp through a firewall on the local LAN (1 gbit), but getting very slow transfers. In this PCAP, only 150 MB in transferred after 20 seconds. How do I troubleshoot this?

https://www.dropbox.com/s/rdi8q6osfvl...

neteng.ams's avatar
1
neteng.ams
asked 2019-05-16 23:27:21 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

So it is the client was writing to the server. Several things:

  1. The client seems to have the TSO feature enabled on the NIC so we cannot see each of the MSS-size tcp segment but a single large segment from smb which have us pain on sequence analysis.

  2. window full was observed from the NetApp server, which indicates that the server-side process power cannot keep in pace with the incoming packets.

  3. looks like delayed-Ack was disabled.

  4. would like to see the performance while the client was in the same subnet as the NetApp gear, just to quickly isolate the issue out of any intermediate devices.

SteveZhou's avatar
201
SteveZhou
answered 2019-05-17 08:43:20 +0000, updated 2019-05-17 08:44:37 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer