Following a number of questions about our new hosting offers, here is a technical article regarding the publication of performance tests of our future plans, current and former.
To do this, we will use an open source tool called sysbench which lets you reproduce the test on your side and compare the speed of your hosting. The points tested will be:
- CPU performance
- Disk access (I / O)
- RAM access
- Speed of SQL database.
Here are the servers that we will compare:
- Hybrid Server (current range)
- World server
- VPS Plan 3 100% in RAID10 SSD
- HybridCloud
#: sysbench installation via EPEL
yum install sysbench -y
#: Processor test
sysbench --test=cpu --cpu-max-prime=20000 run
#: Memory Test
sysbench --test=memory --memory-total-size=2G run
#: Test performance disk access
sysbench --test=fileio --file-total-size=20G prepare
sysbench --test=fileio --file-total-size=20G --file-test-mode=rndrw --init-rng=on --max-time=300 --max-requests=0 run
#: MySQL Performance Test
mysql MariaDB [(none)]> create database dbtest; MariaDB [(none)]> exit
sysbench --test=oltp --db-driver=mysql --oltp-table-size=10000000 --mysql-db=dbtest --mysql-user=root --mysql-password='VOTREMDP' prepare
sysbench --test=oltp --db-driver=mysql --oltp-table-size=10000000 --mysql-db=dbtest --mysql-user=root --mysql-password='VOTREMDP' --max-time=60 --oltp-read-only=on--max-requests=0 --num-threads=64 run
CPU Result: the higher the value is small (seconds), the better
Memory Result: the higher the value (seconds) is small, the better
Disk access Result: the higher the value (Mb / sec) is high, the better
MySQL result: the higher the value (queries numbers) is significant, the better.
As you can see, the new Hosting offers in addition to their high availability will bring a lot of performance that will bring greatly BOOST your website.