55a24e730d0528964fd24f699a25998daf4b6a54
* Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores.Without this, we see 'UserWarning' messages. * Replace .testr.conf by .stestr.conf for migration and update .gitignore and test-requirements.txt file accordingly * Use py3 as the default runtime for tox * Add a new job, openstack-cover-jobs, to run the coverage in Zuul [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I3169456592324425b9a9ddc4dbcf8abcf3b82135
os-performance-tools
Python scripts for use in OpenStack's Performance Measurement
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/os-performance-tools
- Source: http://opendev.org/openstack/os-performance-tools
- Bugs: No bug tracker as of now, report on ML or IRC #openstack-qa channel.
Features
- Collect counters from various backends and save as JSON and/or Subunit attachments
- Record delta with previous JSON counters
- Push counters into statsd
Description
Languages
Python
100%