Created
July 5, 2011 11:52
-
-
Save antonlindstrom/1064705 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
root@test:~# time dd if=/dev/zero of=/var/lib/mysql/test1 bs=1M count=10000 | |
10000+0 records in | |
10000+0 records out | |
10485760000 bytes (10 GB) copied, 10.6842 s, 981 MB/s | |
real 0m10.685s | |
user 0m0.008s | |
sys 0m10.677s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment