I'm using FreeBSD on amd64, so strace doesn't work :(. Is there something else which is as easy to use?<br><br><div class="gmail_quote">On Wed, Aug 31, 2011 at 23:38, Justin T Pryzby <span dir="ltr"><<a href="mailto:justinp@norchemlab.com">justinp@norchemlab.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I assume it's doing I/O, you can start a strace on the process to see<br>
for sure.  Note that the rsync client usually forks a few times, so<br>
you may want to strace all of them (strace -p X -p Y -p Z), or launch<br>
the command under strace (strace -f CMD ARGS).<br>
<font color="#888888"><br>
Justin<br>
</font><div><div></div><div class="h5"><br>
On Wed, Aug 31, 2011 at 07:09:35PM +0900, David Somers-Harris wrote:<br>
> rsync pauses during transfers. That is, while I'm watching the verbose<br>
> output, it will run through lots of files and then pause at an arbitrary<br>
> point and do nothing for around 3-15 minutes and then it will pick up again.<br>
><br>
> I'm using both -v and --stats. Why would this be? Is it scanning the<br>
> directory?<br>
><br>
> Both source and destination have rsync 3.0.8 and FreeBSD 8<br>
</div></div></blockquote></div><br>