AWS Basics: EC2 Instance Types

Elastic Compute Cloud (EC2) Amazon Web Services (AWS) offers a variety of cloud computing services. Elastic Compute Cloud (EC2) is one of the most important elements in AWS because many services are derived from it. EC2 is similar to running virtual machines on the cloud. To get started on using AWS, you should first learn … Read more

Sysbench Tutorial: MySQL and I/O Benchmark

Sysbench is a system benchmark tool which can run Lua scripts and measure MySQL and file I/O performance. A number of Lua scripts are included by default after installing. You can run the scripts using sysbench to evaluate system performance such as database and storage I/O speed. Creator of sysbench and the repository: https://github.com/akopytov/sysbench #1) … Read more