Skip to content

Instantly share code, notes, and snippets.

@darkpixel
Created November 30, 2016 23:30
Show Gist options
  • Save darkpixel/74ba400dd05271374d7830d6fcdf61a9 to your computer and use it in GitHub Desktop.
Save darkpixel/74ba400dd05271374d7830d6fcdf61a9 to your computer and use it in GitHub Desktop.
Speed test
root@uslogdcnas04:/tmp# rsync --stats --progress test.file /tank/
test.file
5,885,362,176 100% 327.86MB/s 0:00:17 (xfr#1, to-chk=0/1)
Number of files: 1 (reg: 1)
Number of created files: 1 (reg: 1)
Number of deleted files: 0
Number of regular files transferred: 1
Total file size: 5,885,362,176 bytes
Total transferred file size: 5,885,362,176 bytes
Literal data: 5,885,362,176 bytes
Matched data: 0 bytes
File list size: 0
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 5,886,799,113
Total bytes received: 35
sent 5,886,799,113 bytes received 35 bytes 336,388,522.74 bytes/sec
total size is 5,885,362,176 speedup is 1.00
root@uslogdcnas04:/tmp#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment