There are several tests that can be performed to check the performance of the system and hardware, but when it comes to VPS and virtual servers it gets tricky because you are now dealing with the virtual resource and it gets harder to test actual performance.

but its not impossible to test the actual performance, we have written a readymade script which can perform these benchmark on the fly.

This is a simple bash script and uses sysbench program to perform the benchmarking and internet speed test

For uniformity purpose, This script is compatable and written specificly for Centos-8, but you can run the equivelent commands for any OS flavour.

How to Perform vps Benchmark

  • Download the script here: vps-benchmark.sh
  • Upload the script on your Centos-8 server and grant execute permission.
  • The script perform series of test including random read write, cpu benchmark, internet speed test and others.
  • You should have atleast 8GB of space available since the test writes 8GB of data for benchmark.
  • Script installs few package in order to run the benchmark, so the server must be connected to internet so that it can fetch the  required package.
  • All the repository should be configured in linux OS in order to install required packages.

once the test is finished it will print the result on the screen, below is a sample test result for your reference.

vps-benchmarking-test

What test are performed

The script performs below tests and benchmark for your VPS

  • Disk read
  • Disk write
  • CPU Performance
  • Upload speed
  • Download speed
  • Mysql DB performance