<div dir="ltr">Wayne,<div><br></div><div>We see almost double the speed using rsync 3.1.0dev. 314MB/sec compared to 160MB/sec. </div><div><br></div><div><div>~/rsync/rsync-HEAD-20130623-1942GMT# ./rsync --version</div><div>
rsync  version 3.1.0dev  protocol version 31.PR14</div></div><div><br></div><div><div>./rsync -avP /data1/Fedora-Live-Desktop.iso  /data2/</div><div> Fedora-Live-Desktop.iso</div></div><div><div>    997,195,776 100%  314.06MB/s    0:00:03 (xfr#1, to-chk=0/1)</div>
</div><div><br></div><div>Can you tell me where in the source I might be able to test larger boundaries then 1K or larger then 16K chunks? These machines should be able to move data even faster and I would be happy to do testing and post our results back to the rsync mailing list.</div>
<div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 12, 2013 at 1:35 PM, Wayne Davison <span dir="ltr"><<a href="mailto:wayned@samba.org" target="_blank">wayned@samba.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="im">On Tue, Jul 9, 2013 at 9:46 AM, CM Fields <span dir="ltr"><<a href="mailto:cmfileds@gmail.com" target="_blank">cmfileds@gmail.com</a>></span> wrote:<br>
</div><div class="gmail_extra"><div class="gmail_quote"><div class="im">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Is rsync speed limited to 160MB/sec read speeds due to the chunk read size? Or, are we seeing just a coincidence and the limitation is somewhere else?<br>


</blockquote><div><br></div></div>The fileio routines are usually reading 256K chunks except for the receiver, which tries to read 16K chunks (since it may be randomly accessing the file data in some cases).</div><div class="gmail_quote">


<br></div><div class="gmail_quote">Give the 3.1.0dev code a try -- it aligns its reads on 1K boundaries.  That might help the speed.  It also has better I/O throughput between processes.</div><span class="HOEnZb"><font color="#888888"><div class="gmail_quote">
<br clear="all">

<div>..wayne.. </div></div></font></span></div></div>
</blockquote></div><br></div>