From 97d1dd212462387c5dced0ad79cc2d2d589d64a0 Mon Sep 17 00:00:00 2001 From: Summer Long Date: Fri, 10 Jan 2014 10:02:19 +1000 Subject: [PATCH] Added admin info/procedure for viewing cloud statistics. Also moved 'View Services' section under 'View cloud resources' umbrella. Tech reviewed by Ladislav Smola. Change-Id: Ie89b99794e7e3e8b0aa1a6d1663fe68aed2747fa Closes-Bug: #1267638 --- doc/user-guide-admin/ch_dashboard.xml | 2 +- ...ction_dashboard_admin_manage_resources.xml | 16 ++++++ ...n_dashboard_admin_view_cloud_resources.xml | 52 +++++++++++++++++++ 3 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 doc/user-guide-admin/section_dashboard_admin_manage_resources.xml create mode 100644 doc/user-guide-admin/section_dashboard_admin_view_cloud_resources.xml diff --git a/doc/user-guide-admin/ch_dashboard.xml b/doc/user-guide-admin/ch_dashboard.xml index 914875e132..0f018f2cdd 100644 --- a/doc/user-guide-admin/ch_dashboard.xml +++ b/doc/user-guide-admin/ch_dashboard.xml @@ -32,5 +32,5 @@ - + diff --git a/doc/user-guide-admin/section_dashboard_admin_manage_resources.xml b/doc/user-guide-admin/section_dashboard_admin_manage_resources.xml new file mode 100644 index 0000000000..55904c2a69 --- /dev/null +++ b/doc/user-guide-admin/section_dashboard_admin_manage_resources.xml @@ -0,0 +1,16 @@ + + + + + + +]> +
+ View cloud resources + + +
diff --git a/doc/user-guide-admin/section_dashboard_admin_view_cloud_resources.xml b/doc/user-guide-admin/section_dashboard_admin_view_cloud_resources.xml new file mode 100644 index 0000000000..ff9a05bb5f --- /dev/null +++ b/doc/user-guide-admin/section_dashboard_admin_view_cloud_resources.xml @@ -0,0 +1,52 @@ + + + + + + +]> +
+ View cloud usage statistics + The Telemetry service provides user-level usage data for OpenStack-based clouds, + which can be used for customer billing, system monitoring, or alerts. Data can be + collected by notifications sent by existing OpenStack components (for example, + usage events emitted from Compute) or by polling the infrastructure (for example, + libvirt). + + You can only view metering statistics on the dashboard (available only to adminstrators). The Telemetry service + must be set up and administered through the ceilometer command-line + interface (CLI). + + For basic administration information, refer to the "Measure Cloud Resources" chapter in the + OpenStack End User Guide. +
+ View resource statistics + + + Log in to the OpenStack dashboard as a user with Admin privileges. + + On the Admin tab, click the + Resource Usage category. + + + Click the: + + Global Disk Usage tab to view disk usage per tenant (project). + Global Network Traffic Usage tab to view ingress or egress usage per tenant + (project). + Global Network Usage tab to view duration and creation requests for + networks, subnets, routers, ports, and floating IPs, per tenant + (project). + Stats tab to view a multi-series line chart with user-defined metrics. + You group by project, define the value type (min, max, avg, or sum), + and specify the time period (or even use a calendar to define a date + range). + + + + +
+