Created
June 16, 2009 14:17
-
-
Save iain/130699 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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