SMB2 - Suddenly only small block sizes requested by client
Dear lovely community, one of our clients has problems with his file transfers (from 50Mbit/s to 0,7Mbit/s), which suffer from suddenly decreasing block read sizes (from more than 1MB to 4kb) beginning in the middle of TCP stream graph. Only about 4 TCP errors before, nothing special here. Any idea why this happens? Stream Graph and Packets
Can somebody read those SMB credit graphs, because maybe its related to them? Seems like client stops requesting credits, but why would a client do so? SMB Credits Windows 10 Client, Server 2016 in Azure Cloud.
Thank you!
it seems your receiver windows is reached around ~7965969 B, after a period of waiting, then sligthy increase the capacity and then waiting period again, in can be also anything in the middle. Let's assume it either the sender or the receiver, .... Could you print the commands from
Get-Smblclientconfiguration
, orGet-SmbServerConfiguration
from the powershell command on windows systems. Also take a look to the Microsoft SMB tunning page SMB performanceThanks, I will have a look at those outputs.
We found a scheme when this happens. It happens for SMB database transfers only, after double-clicking the database file Microsoft Access opens and a lock file ".laccdb" is created. After this file is created, only 4KB block sizes are red. It is a reproduceable scheme. But as a network engineer, I dont know why it behaves this way, yet.
thanks for the update. I only think now in potentally row lock mechanism on the Access database when inserting process.