Created
August 10, 2015 10:43
-
-
Save tiernano/638891a7d9acac8e396f to your computer and use it in GitHub Desktop.
This file contains 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
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