Skip to content

Instantly share code, notes, and snippets.

@iain
Created June 16, 2009 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iain/130699 to your computer and use it in GitHub Desktop.
Save iain/130699 to your computer and use it in GitHub Desktop.
$ time dd if=/dev/zero bs=1024 count=1000000 of=~/1Gb.file
1000000+0 records in
1000000+0 records out
1024000000 bytes transferred in 15.577478 secs (65735929 bytes/sec)
real 0m15.609s
user 0m1.299s
sys 0m6.948s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment