Performance monitoring and testing of OpenStack
bf5a1f3657
This patch introduces the following changes. 1. We often have multiple executions of the same atomic action in a single rally iteration. Existing rally charts do not show duration for duplicate actions in an iteration accurately. This patch introduces line charts for each occurence of a duplicate atomic action for each instance, by passing it as additive data. 2. This patch also adds a per iteration stacked area chart that shows data per iteration for each occurence of all atomic actions in the iteration. 3. This patch also adds a duration line chart for each resource created by Rally. Co-authored-by: venkata anil <anilvenkata@redhat.com> Change-Id: I44dafad69cdbcd6db7c8fd9148f1b35d89924e03 |
||
---|---|---|
ansible | ||
browbeat | ||
browbeat-containers | ||
ci-scripts | ||
conf | ||
doc/source | ||
elastic | ||
log | ||
metadata | ||
rally | ||
results | ||
tests | ||
utils | ||
visualization | ||
.ansible-lint | ||
.gitignore | ||
.gitreview | ||
.pre-commit-config.yaml | ||
.zuul.yaml | ||
bindep.txt | ||
browbeat-complete.yaml | ||
browbeat-config.yaml | ||
browbeat.py | ||
LICENSE | ||
rally_cleanup.py | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tools-requirements.txt | ||
tox.ini |
Browbeat
Browbeat is a performance tuning and analysis tool for OpenStack. Browbeat is free, Open Source software.
- Analyze and tune your Cloud for optimal performance.
- Create Rally workloads for performance and scale testing.
- Automate deployment of common data analysis tools.
Documentation
Browbeat documentation is available at https://browbeat.readthedocs.io/
Resources
- Blog
- Code Review
- Git Web
- IRC -- #openstack-browbeat (irc.freenode.net)
- Issue tracker
- Browse code