Duration: 10 min
Level: Beginner
This tutorial will show you how to install Dynimize. We'll then use it to optimize a live MySQL process that's been running the Sysbench OLTP benchmark, obtaining a 46% increase in performance by applying Dynimize.
Part 1: Quickstart
Here's a quick overview of how to use Dynimize.
To install Dynimize, run the following commands.
wget https://dynimize.com/install -O install
wget https://dynimizecloud.com/install.sha256 -O
install.sha256
sha256sum -c install.sha256; if [ $? -eq 0 ]; then sudo bash
./install -d; fi
Use your access token to start a subscription license for your host.
$ sudo dyni -license=start …
[Read more]