Skip to content

Instantly share code, notes, and snippets.

@tiernano
Created August 10, 2015 10:43
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