Last active
December 26, 2015 01:48
-
-
Save mayrund/7073408 to your computer and use it in GitHub Desktop.
Check network speed against cachefly without writing data to physical drive.
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
linux: wget http://cachefly.cachefly.net/100mb.test -O /dev/null | |
osx: curl -L -o /dev/null http://cachefly.cachefly.net/100mb.test $ dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment