3d06be24dc
In preparation for python 3 support switch to newer sphinx version. This requires openstackdocstheme. Remove install_command, this is the default. Update hacking version to be compatible with python 3, fix warnings from new pep8. Change-Id: Iab69ec59eb111571f784242c5ea5756c2a63e424
848 B
848 B
Usage
os-collect-counters
This is a command line program which will try to collect data from various backends as rapidly as possible and then save a representation of these as JSON. It can optionall wrap this JSON in subunit, which is useful for appending to a subunit stream from previous tests.
os_performance_tools.counters2statsd
This module is useful in a subunit processing stream for saving the counters into statsd. It should be added as a target before processing the stream, and then upon reaching the end, it will send the counters into statsd. Currently this is limited to an attachment named 'counters.json' but other schemes may be implemented in the future.
Please see counters for information on the backends and counters that are supported.