Skip to content

Instantly share code, notes, and snippets.

Created January 14, 2013 18:46
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 anonymous/4532283 to your computer and use it in GitHub Desktop.
Save anonymous/4532283 to your computer and use it in GitHub Desktop.
digitalocean
root@lemonda:~# dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 4.13536 s, 260 MB/s
root@lemonda:~# wget http://cachefly.cachefly.net/100mb.test
--2013-01-14 18:45:02-- http://cachefly.cachefly.net/100mb.test
Resolving cachefly.cachefly.net... 205.234.175.175
Connecting to cachefly.cachefly.net|205.234.175.175|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M) [application/octet-stream]
Saving to: `100mb.test'
100%[========================================================>] 104,857,600 11.2M/s in 12s
2013-01-14 18:45:14 (8.05 MB/s) - `100mb.test' saved [104857600/104857600]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment