Skip to content

Instantly share code, notes, and snippets.

@mayrund
Last active December 26, 2015 01:48
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 mayrund/7073408 to your computer and use it in GitHub Desktop.
Save mayrund/7073408 to your computer and use it in GitHub Desktop.
Check network speed against cachefly without writing data to physical drive.
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