Supervised learning project at NUI Galway IT department to predict the behaviour of web applications under heavy load by knowing server raw performance (CPU score, RAM score and I/O score).
The most popular benchmarking suite available for Linux. Large data collection available on http://openbenchmarking.org/.
A bulletin board benchmark modeled after an online news forum like Slashdot. We are here using @michaelmior implementation (https://github.com/michaelmior/RUBBoS).
An auction site benchmark prototype modeled after eBay.com.
A standard benchmark that models an online bookstore. We are here using @jopereira implementation (https://github.com/jopereira/java-tpcw/tree/uminho).
The install option of the scripts will setup the required dependencies, clone and configure the applications, ready to run.
git clone https://github.com/geckoflume/NUIG-benchmark
cd NUIG-benchmark
sudo ./script-rubbos.sh install
sudo ./script-rubis.sh install
sudo ./script-tpcw.sh install
The run option of the scripts will execute the benchmarks.
sudo ./script-rubbos.sh run
sudo ./script-rubis.sh run
sudo ./script-tpcw.sh run
Scripts tested for Ubuntu 14.04 LTS amd64.