Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tiernano
Created August 10, 2015 10:43
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 tiernano/638891a7d9acac8e396f to your computer and use it in GitHub Desktop.
Save tiernano/638891a7d9acac8e396f to your computer and use it in GitHub Desktop.
tiernano@godboxv2-1 ~/Downloads $ dd if=/dev/zero of=slack bs=1024000 count=10240
10240+0 records in
10240+0 records out
10485760000 bytes (10 GB) copied, 17.0886 s, 614 MB/s
tiernano@godboxv2-1 ~/Downloads $ dd if=slack of=/dev/null bs=1024000
10240+0 records in
10240+0 records out
10485760000 bytes (10 GB) copied, 1.97896 s, 5.3 GB/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment