akrzos 39cf6ce92e Collectd plugin: Gnocchi status
Initial commit to add a plugin to collectd for obtaining and storing
Gnocchi status metrics.  This plug obtains the two metrics provided
by Gnocchi's REST API for "the number of metrics having measures to be
processed" and "the number of measures to process".

This also addes an associated graph in the General OpenStack System
Performance Dashboard and the Controller specific dashboard.

* no longer requires authentication details in the collectd config
* removing the redis exec plugin
* configurable interval for the python plugin now

Change-Id: Idfc5c719e9b0fbaad5db0632a3e5293bf03d7ab6
2016-12-20 16:14:06 +00:00
..
2016-12-07 13:04:07 +00:00
2016-12-20 16:14:06 +00:00
2016-06-22 09:57:01 +01:00
2016-11-30 20:34:31 +00:00

Shaker Data Plane Performance Dashboard

The Shaker dashboard aims to present data plane performance of OpenStack VMs connected in different network topologies in a summarized form. Three distinct visulizations representing L2, L3 E-W and L3 N-S topologies along with the corrensponding markdown to exaplain each visualization make the "Browbeat Shaker Scenarios with Throughput vs Concurrency" dashboard. For each network topology, average throughput for TCP download and upload in Mbps is expressed vs the VM conccurency (number of pairs of VMs firing traffic at any given moment). For example, in the L2 scenario if the average throughput is 4000 Mbps at a concurrency of 2, it means that each pair of VMs involved average at 4000 Mbps for the duration of the test, bringing the total throughput to 8000 Mbps(avg throughput*concurrency).

You can filter based on browbeat_uuid and shaker_uuid to view results from a specific run only.