rally-openstack/doc/feature_request/check_queue_perfdata.rst
Andrey Kurilin 647263030f [docs] reduce sphinx warnings
Change-Id: I94701b83af06269d0264c723945372aeb0697faa
2017-02-07 15:28:53 +02:00

725 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.