Skip to content

Instantly share code, notes, and snippets.

@bhcopeland
Created October 29, 2015 10:35
Show Gist options
  • Select an option

  • Save bhcopeland/56fa0c8bcd649652a957 to your computer and use it in GitHub Desktop.

Select an option

Save bhcopeland/56fa0c8bcd649652a957 to your computer and use it in GitHub Desktop.
admin@homeserver ~ %
admin@homeserver ~ % dd if=/dev/zero of=tempfile bs=1M count=1024 conv=fdatasync,notrunc
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 1.56019 s, 688 MB/s
admin@homeserver ~ % dd if=/dev/zero of=tempfile bs=1M count=4024 conv=fdatasync,notrunc
4024+0 records in
4024+0 records out
4219469824 bytes (4.2 GB) copied, 5.75144 s, 734 MB/s
admin@homeserver ~ % dd if=/dev/zero of=tempfile bs=1M count=10024 conv=fdatasync,notrunc
10024+0 records in
10024+0 records out
10510925824 bytes (11 GB) copied, 13.0781 s, 804 MB/s
admin@homeserver ~ % dd if=/dev/zero of=tempfile bs=1M count=100024 conv=fdatasync,notrunc
100024+0 records in
100024+0 records out
104882765824 bytes (105 GB) copied, 152.5 s, 688 MB/s
dd if=/dev/zero of=tempfile bs=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment