Server Guru

Just another Tech Blog

LinuxReviews

System On Grid Benchmark results

 

 

I have bought the free VPS from system on grid and done some benchmark tests. Here are the results.

VPS : Free
Operating System : Ubuntu 17.04 64 Bit
Number of CPU Cores : 1
Memory : 1 GB
Disk Space : 20 GB
Processor : Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz

CPU BENCHMARK

=======================

root@server:~# sysbench --test=cpu --cpu-max-prime=20000 run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Doing CPU performance benchmark
Threads started!
Done.
Maximum prime number checked in CPU test: 20000
Test execution summary:
total time: 42.6319s
total number of events: 10000
total time taken by event execution: 42.6203
per-request statistics:
min: 2.81ms
avg: 4.26ms
max: 50.62ms
approx. 95 percentile: 6.34ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 42.6203/0.00

 File IO Benchmark

root@server:~# sysbench –test=fileio –file-total-size=5G prepare
sysbench 0.4.12: multi-threaded system evaluation benchmark
128 files, 40960Kb each, 5120Mb total
Creating files for the test…
root@server:~#
 
root@server:~# sysbench –test=fileio –file-total-size=5G –file-test-mode=rndrw –init-rng=on –max-time=300 –max-requests=0 run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Initializing random number generator from timer.
Extra file open flags: 0
128 files, 40Mb each
5Gb total file size
Block size 16Kb
Number of random requests for random IO: 0
Read/Write ratio for combined random IO test: 1.50
Periodic FSYNC enabled, calling fsync() each 100 requests.
Calling fsync() at the end of test, Enabled.
Using synchronous I/O mode
Doing random r/w test
Threads started!
Time limit exceeded, exiting…
Done.
Operations performed: 71096 Read, 47397 Write, 151552 Other = 270045 Total
Read 1.0848Gb Written 740.58Mb Total transferred 1.8081Gb (6.1715Mb/sec)
394.98 Requests/sec executed
Test execution summary:
total time: 300.0009s
total number of events: 118493
total time taken by event execution: 100.1370
per-request statistics:
min: 0.00ms
avg: 0.85ms
max: 238.33ms
approx. 95 percentile: 2.19ms
Threads fairness:
events (avg/stddev): 118493.0000/0.00
execution time (avg/stddev): 100.1370/0.00
root@server:~#

Leave a Reply