Skip to content

Instantly share code, notes, and snippets.

@ibrow
Created June 23, 2011 10:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibrow/1042312 to your computer and use it in GitHub Desktop.
Save ibrow/1042312 to your computer and use it in GitHub Desktop.
Benchmarking a VPS
# network download speed
wget http://cachefly.cachefly.net/100mb.test > /dev/null
# disk speed
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