so dumb.
Go to file
R. Tyler Croy 3de1a81c85 Ensure we clean up previous results between test runs 2015-01-06 13:32:51 -08:00
results Download results back to the running machine for inspection 2014-11-20 07:08:16 -08:00
templates Ensure we clean up previous results between test runs 2015-01-06 13:32:51 -08:00
.gitignore Ignore results from test runs 2014-11-20 10:15:24 -08:00
Gemfile Use net-sftp for downloading results properly 2015-01-06 13:32:37 -08:00
Gemfile.lock Use net-sftp for downloading results properly 2015-01-06 13:32:37 -08:00
README.md Add a simple readme 2014-11-20 13:32:50 -08:00
baas Use net-sftp for downloading results properly 2015-01-06 13:32:37 -08:00
bonnie-header.csv Add a simple Bonnie++ CSV header for generating reports sanely 2014-11-20 08:23:55 -08:00
reporter Properly reformat bonnie's micro and millisecond results when tabulating results 2014-11-20 10:15:28 -08:00

README.md

BaaS

Just some test code to hammer disk I/O on various machines

targets.yml

This file is where all the hosts and some of the configuration information goes, e.g.:

defaults:
    username: ubuntu
    timeout: 30
hosts:
    "my-private-cloud-vm":
        hostname: "14.4.4.23"
        username: tyler
        metadata:
            cloud: "OpenStax"
            region: "West US"
            type: "m1.medium"

Running

  1. bundle install
  2. ./baas will generate the results/ files
  3. ./reporter will generate report.csv which is a cumulative report for all hosts