From 487a2324c1e89cc44ee9857dca51f3a109b8a282 Mon Sep 17 00:00:00 2001 From: Linghui Zeng Date: Tue, 18 Aug 2015 06:37:07 -0400 Subject: Add the gap analysis section JIRA: PREDICTION-3 Change-Id: Idc07d22dedd6261f844028fd83c054e0f810ec54 Signed-off-by: Linghui Zeng --- Section_4_Gap_analysis_in_upstream_projects.rst | 52 +++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 Section_4_Gap_analysis_in_upstream_projects.rst diff --git a/Section_4_Gap_analysis_in_upstream_projects.rst b/Section_4_Gap_analysis_in_upstream_projects.rst new file mode 100644 index 0000000..5afbc18 --- /dev/null +++ b/Section_4_Gap_analysis_in_upstream_projects.rst @@ -0,0 +1,52 @@ +4 Gap analysis in upstream projects +=================================== + +This section presents the findings of gaps on existing VIM platforms. The focus was to identify gaps based on the features and requirements specified in Section 3.3. The analysis work performed resulted in the identification of gaps of which are herein presented. + +4.1 Monasca +----------- + +Monasca is an open-source monitoring-as-a-service (MONaaS) solution that integrates with OpenStack. Even though it is still in its early days, it is the interest of the community that the platform be multi-tenant, highly scalable, performant and fault-tolerant. Companion with a streaming alarm engine and a notification engine, is a northbound REST API users can use to interact with Monasca. Hundreds of thousands of metrics per second can be processed [8]. + +4.1.1 Memory usage in HyperV +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Type: 'missing' +* Description: + + + To-be + + - Monasca should collect memory usage in HyperV. + + + As-is: + + - Monasca does not support querying memory usage of HyperV. + + + Gap + + - Monasca does not support querying memory usage of HyperV. + +4.1.2 Memory usage in Libvirt +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Type: 'missing' +* Description: + + + To-be + + - Monasca should collect memory usage in Libvirt. + + + As-is: + + - Monasca does not support querying memory usage of Libvirt. + + + Gap + + - Monasca does not support querying memory usage of Libvirt. + +**Documentation tracking** + +Revision: _sha1 + +Build date: _date + -- cgit 1.2.3-korg