Event-based Debugging, Monitoring and Billing solution for OpenStack.
4ea5a86036
1.Fixed unpacking values bug. 2.Corrected audit period from 86399.000001 to 86400 so that it picks up correct status counts. Change-Id: Ieea1f451e6db72aaa6d83696134986a0288bedb1 |
||
---|---|---|
debian | ||
docs | ||
etc | ||
migrations | ||
reports | ||
scripts | ||
stacktach | ||
static | ||
templates | ||
tests | ||
util | ||
verifier | ||
worker | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
manage.py | ||
README.md | ||
run_integration_tests.sh | ||
settings.py | ||
setup.cfg | ||
setup.py | ||
tox.ini | ||
urls.py |
StackTach
StackTach is a debugging / monitoring utility for OpenStack ([Open]StackTach[ometer]). StackTach can work with multiple datacenters including multi-cell deployments.
Watch the video here: http://www.youtube.com/watch?v=pZgwDHZ3wm0
Overview
OpenStack has the ability to publish notifications to a RabbitMQ exchange as they occur. So, rather than pouring through reams of logs across multiple servers, you can now watch requests travel through the system from a single location.
A detailed description of the notifications published by OpenStack is available here