Files
rally-openstack/doc/feature_request/check_queue_perfdata.rst
gaofei 548d2f5b37 Replace Chinese punctuation with English punctuation
Change-Id: I8ed8461d0fff743776c5509d2d9f4b51f3b3f36d
2018-01-23 17:15:14 +08:00

24 lines
700 B
ReStructuredText

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