Re: Aw: Re: rsync very very slow with multiple instances at the same time.

2018-03-23 Thread Kevin Korb via rsync
Right, latency is the problem here. Every stat() is a tiny read operation but it is one that has to come back over the network in the case of iSCSI. I also think that was a pretty big slowdown but I don't have much iSCSI experience and I have only used it on gigabit ethernet. On 03/23/2018

Aw: Re: rsync very very slow with multiple instances at the same time.

2018-03-23 Thread devzero--- via rsync
>The difference is not crazy. But the find itself takes so much time !   38m for a find across 2,8m files looks a little bit slow, i'm getting 14k lines/s when doing  "find . | pv -l -a  >/dev/null" in my btrfs volume located via iscsi on a synology storage (3,5" ordinary sata disks) - while