On Wed, 2008-12-17 at 16:13 +0100, David de Lama wrote:> I want to make a similar table as on the tech report at
> http://rsync.samba.org/tech_report/node6.html
>
> But with which command rsync shows me these stats?
Pass -vv, and the last few lines of the output give you all the fields
of the table:
total: matches=0 hash_hits=0 false_alarms=0 data=127
sent 982 bytes received 265 bytes 2494.00 bytes/sec
total size is 133 speedup is 0.11
The "total" line gives the first four fields, and "sent" and
"received"
are the last two depending on whether you're pushing or pulling.
> With --stats I get the heap statistics. I didn't find anything about
the abbreviations.
> Could someone tell me please what e.g. ordblks, hblkhd, etc. mean? (I know
that blk=block) :)
The heap statistics aren't part of the tech report.
--
Matt