Created
June 23, 2011 10:23
-
-
Save ibrow/1042312 to your computer and use it in GitHub Desktop.
Benchmarking a VPS
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
# 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