Re: performance problem of using parallel rsync to stage data from 1 source to multiple destination

2005-09-01 Thread Xuehai Zhang
Paul, Thanks for your response. > > results. Why the time of transferring the file to 2N nodes is shorter than > > twice of the time of transferring the same file to N nodes? Does it make > > If the network is not the bottleneck, then cpu or the disks are. The network is 100Mbps LAN. > If (simi

performance problem of using parallel rsync to stage data from 1 source to multiple destination

2005-08-31 Thread xuehai zhang
Hi all, I am new to rsync and I apologize in advance if my question is shallow. I write a simple script to use rsync to transfer a big file (~600MB)from a single source to variable number of destinations in a parallel way. When I transfer the file to 4 destination machines, I get X overall trans