Skip to content

Instantly share code, notes, and snippets.

@antonlindstrom
Created July 5, 2011 11:52
Show Gist options
  • Save antonlindstrom/1064705 to your computer and use it in GitHub Desktop.
Save antonlindstrom/1064705 to your computer and use it in GitHub Desktop.
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