Hi all,
I know that mine is a very elementary question ,but i would be very grateful if somebody could help asap:

I would like to understand the following fields in the o/p of rsync command executuion below:
>Total transferred file size
>Total bytes written
>Total bytes read
>speedup

Basically i am interested in measuring n/w traffic and estimating the signature and delta sizes transferred along the n/w.

 rsync -v -v -z --progress --stats xdmaino.c 192.168.142.56:/export/home/syncml
/SyncML/samples
xdmaino.c
40661 (100%)
total: matches=57  tag_hits=58  false_alarms=0 data=1263

Number of files: 1
Number of files transferred: 1
Total file size: 40661 bytes
Total transferred file size: 40661 bytes
Literal data: 1263 bytes
Matched data: 39398 bytes
File list size: 28
Total bytes written: 842
Total bytes read: 390

wrote 842 bytes  read 390 bytes  189.54 bytes/sec
total size is 40661  speedup is 33.00

Bye,
vikram

Reply via email to