Skip to content

tmcallaghan/iibench-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iibench-mysql

iiBench Benchmark for MySQL / Percona / MariaDB

Requirements

  • Java 1.6 or 1.7
  • The MySQL Java connector must exist and be in the CLASSPATH, as in "export CLASSPATH=/home/tcallaghan/java_goodies/mysql-connector-java-5.1.30-bin.jar:.".
  • This example assumes that you already have a MySQL/Percona/MariaDB server running on the same machine as the iiBench client application.
  • You can connect a different server or port by editing the run.simple.bash script.
  • You must edit the run.simple.bash script to specific a different user/password/database.

Running the benchmark

In the default configuration the benchmark will run for 1 hour, or 1 billion inserts, whichever comes first, using 4 insertion threads.

To run:

git clone https://github.com/tmcallaghan/iibench-mysql.git
cd iibench-mysql

Edit run.simple.bash to match your environment. You will most likely want to change the server/port and credentials for your database.

./run.simple.bash

About

Java based iiBench for MySQL/Percona/MariaDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published