What could be reasons for my rsync, which is syncing two remote servers through ssh, to slow down over time like this? It keeps happening. How to check what is the bottleneck?
Bandwidth (disk and network) is just one metric. Could it be an increase in number of IOPS due to syncing several small files?
yeah this is what i thought too. proliferation of small files.
It’s always the disk cache
At ~5GB per HOUR? I don’t think so
It’s the floppy disk cache
Use a VPN to check for a bottleneck, my ISP will cap my downloads from Steam to 10MB/s with a shitty VPN i get 25+MB/s.
Could be ISP throttling, at least that’s my experience with cross-country data transfer
If there is latency look at optimization around your tcp window scaling settings.
I’ve had some luck establishing the bottleneck using strace on both the sender side and receiver side. This will show if the sending rsync is waiting on local reads or remote writes and if the receiving rsync is waiting on network reads or local writes.
This helps find the specific resources to check.
Humans slow down over time. Computers slow down over time.
Since we don’t know any more details, I put my $.02 on a cheap plastic router that wants to get rebooted sometimes.