Distributed scenario runner, results processor and report generator
7dbed1ae3e
openstack-tox-docs is part of docs-on-readthedocs template, so remove it from check/gate - it's really redundant. Change-Id: I20ffbcf7fe1331a166ac4f85002fab8d06bcf8b1 |
||
---|---|---|
doc/source | ||
etc | ||
performa | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
config-generator.conf | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Performa
What Performa is?
Performa is distributed scenario runner, results processor and report generator. It is the strong mixture of powerful technologies: * Ansible for easy running modularized code in distributed manner * MongoDB for storing and transforming data * Pygal for creating light-weight charts * Jinja2 for templating the world
Example
performa --mongo-url 127.0.0.1 --mongo-db performa --scenario db/sysbench \
--hosts "{target: [192.168.20.20]}" --remote-user developer --debug \
--book doc/source/test_results/db/sysbench
This example runs Performa tool with scenario 'sb/sysbench'. It uses MongoDB located at localhost and database named 'performa'. The scenario is executed against remote host 192.168.20.20 which can be accessed with user 'developer'. The report is stored into 'doc/source/test_results/db/sysbench' folder.