Ilya Shakhat 1bed81b604 Change output format and proceed with new report
Execution results are now written as flat list of records, where each
record is attributed with scenario name, test name, level of concurrency,
node hostname and agent id.

The report is restyled completely. The new ideology is to show a single
slice of data per time, tree-like navigation is replaced by selectors
which allow to drill-down and browse data from different points of view.

Change-Id: Ic760bb48b1dabd8e05ccb05b72da1a1d9f6a2441
2015-04-16 17:48:00 +03:00
2015-03-16 00:07:59 +03:00
2015-01-28 18:56:01 +03:00
2015-01-28 18:56:01 +03:00
2015-01-28 18:56:01 +03:00
2015-03-24 19:21:32 +03:00
2015-03-24 19:21:32 +03:00
2015-02-02 13:38:38 +03:00
2015-04-07 14:01:14 +03:00

Shaker

Shake VMs with our sheer-class tests!

Installation

The tool consists of a single server running on master node and set of dynamically provisioned agents. In order to run the server needs to know OpenStack parameters (credentials, auth_url), they can be set via environment (e.g. by sourcing openrc file) or via parameters.

To install:
  1. git clone git://git.openstack.org/stackforge/shaker
  2. python setup.py install - installs the tool and all its python dependencies
  3. shaker-image-builder - builds image for agent VMs inside OpenStack

Note: image builder is able to create Nova flavor optimized for the image and this requires admin user privileges. However if the flavor is already exists then it can be provided via flavor-name config parameter and the tool executed from an ordinary user.

How to run

  1. shaker --server-endpoint <host>:<port> --scenario <scenario-file> --report <report-file>

During the run the tool deploys topology, spawns instances, distributes tasks among instances and generates report in HTML format.

Description
Distributed data-plane performance testing tool
Readme 3.5 MiB
Languages
Python 91%
HTML 8%
Shell 0.8%
Dockerfile 0.2%