rally-openstack/doc/feature_request/check_queue_perfdata.rst
Dina Belova d7fdee30cc [docs][6] Re-design docs to cover all user-groups
All information related to Rally community and project
info has been refactored. Modified files fit 80 symbols
margin where possible.

[TODO] add 80 symbols margin check similar to what
       Performance Documentation has

Change-Id: Id4f33733c2b9aa141df4eeb0f24a21d82290a962
2017-01-10 11:25:00 -08:00

722 B
Raw Blame History

Check queue perfdata

Use case

Sometimes OpenStack services use common messaging system very prodigally. For example Neutron metering agent sending all database table data on new object creation i.e https://review.openstack.org/#/c/143672/. It cause to Neutron degradation and other obvious problems. It will be nice to have a way to track messages count and messages size in queue during tests/benchmarks.

Problem description

Heavy usage of queue isnt checked.

Possible solution

* Before running tests/benchmarks start process which will connect to queue topics and measure messages count, size and other data which we need.