On 09:02 17 Apr 2002, Eric Wood <[EMAIL PROTECTED]> wrote:
| I just rsync'd my accounting system from one server to another.  But I don't
| fully understand the results:
| 
| # time rsync -avvpP rsync://server.xyz.com/module .
| wrote 2540481 bytes  read 49582644 bytes  101703.66 bytes/sec
| total size is 4831468086  speedup is 92.69
| 
| real    8m31.381s
| user    2m51.840s
| sys     1m58.660s
| 
| 
| Thanks to the time command, the whole sync process just too 8.5 minutes.
| Are my assumtions right:
| 
| wrote 2540481 bytes: The actuall difference it wrote (2 megs worths of data)

Pretty much, maybe plus protocol stuff.

| read 49582644 bytes:  Is this 50 Megs worth of data that had to be sent
| through the network to figure out that only 2 megs worths of data was what
| changed???

Yes, I think so. Would that tally with the count of filenames + size + mtime
for your dataset?

| total size is 4831468086.  This must be in Kbytes.

No, bytes.

| 4.8 Gig is correct for
| the size of my accounting system.

Right, so the above number is bytes.

| speedup is 92.69:  no idea what this means..

Ratio of data written to "total size" - i.e. about 8% of 4.8G was actually
thrown across the network to achieve the sync.
-- 
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

But you've got to admit that in special effects, JP was to previous 
rubber-monster romps as "Star Wars" was to "Lost in Space." I 
especially liked the frilly little one that cooed softly until its
victim got close, then spit venom in his face.  Brought back memories
of... ah, never mind; you wouldn't know her anyway.
        - [EMAIL PROTECTED] (Joe Chew)



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to