Skip to content

Instantly share code, notes, and snippets.

@aheadley
Created September 24, 2012 20:02
Show Gist options
  • Save aheadley/3778024 to your computer and use it in GitHub Desktop.
Save aheadley/3778024 to your computer and use it in GitHub Desktop.
$ dd if=/dev/zero of=zero.file bs=1M count=8k
8192+0 records in
8192+0 records out
8589934592 bytes (8.6 GB) copied, 30.8781 s, 278 MB/s
** HIGH LOAD: [email protected] **
$ dd if=zero.file of=/dev/null
16777216+0 records in
16777216+0 records out
8589934592 bytes (8.6 GB) copied, 98.0553 s, 87.6 MB/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment