Original Link:
http://www.servermom.org/quick-test-server-performance/2267/
These two free tools allow you to conduct quick test on your server to easily find out its general info and performance. This can be a quick solution to answer your curiosity of a server / VPS you’ve just purchased.
1. FreeVPS.us Benchmark Script
This script is the one I see a lot in many forums and blogs. By issuing a one-liner command you can fetch quick information about your server including CPU Model, number of cores, CPU frequency, total amount of RAM, SWAP, system uptime and of course perform quick test of download speed as well as I/O speed. The command to use this script is below:
wget freevps.us
/downloads/bench
.sh -O - -o
/dev/null
|
bash
2. vHWINFO
Created by Rafa Marruedo, vHWINFO is just similar tool but it only performs one download speed test which is from CacheFly. Also, the last time I use it shows I/O speed as well but lately the result doesn’t show up. The script you can use is:
wget –no-check-certificate https:
//vhwinfo
.com
/vhwinfo
.sh -O - -o
/dev/null
|
bash
wget --no-check-certificate https:
//github
.com
/rafa3d/vHWINFO/raw/master/vhwinfo
.sh -O - -o
/dev/null
|
bash