https://github.com/openstack/rally
Raw File
Tip revision: 9fc9876a9ef0fa669cd43cac976c86b2bafba6ce authored by Andrey Kurilin on 28 March 2018, 15:35:22 UTC
Propose release notes for 0.11.2
Tip revision: 9fc9876
check_queue_perfdata.rst
====================
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 tasks.

Problem description
-------------------

Heavy usage of queue isn't checked.

Possible solution
-----------------

* Before running task start process which will connect to queue
  topics and measure messages count, size and other data which we need.
back to top