openstack-manuals/doc/user-guide-admin/section_dashboard_admin_view_cloud_resources.xml
Anne Gentle e61a869351 Updates OpenStack Telemetry to the Telemetry module
Change-Id: Iee29c6a5b7dccdd265c163d8da5d73214e51c95b
Closes-bug: 1277107
backport:havana
2014-02-06 16:15:42 -06:00

53 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section [
<!-- Some useful entities bortred from HTML -->
<!ENTITY ndash "&#x2013;">
<!ENTITY mdash "&#x2014;">
<!ENTITY hellip "&#x2026;">
<!ENTITY plusmn "&#xB1;">
]>
<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:svg="http://www.w3.org/2000/svg"
xmlns:html="http://www.w3.org/1999/xhtml" version="5.0" xml:id="section_ceilometer_dashboard">
<title>View cloud usage statistics</title>
<para>The Telemetry module 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).
</para>
<note><para>You can only view metering statistics on the dashboard (available only to adminstrators). The Telemetry service
must be set up and administered through the <command>ceilometer</command> command-line
interface (CLI).
</para>
<para>For basic administration information, refer to the "Measure Cloud Resources" chapter in the
<citetitle>OpenStack End User Guide</citetitle>.</para></note>
<section xml:id="dashboard_view_resource_stats">
<title>View resource statistics</title>
<procedure>
<step>
<para>Log in to the OpenStack dashboard as a user with Admin privileges.</para>
</step>
<step><para>On the <guilabel>Admin</guilabel> tab, click the
<guilabel>Resource Usage</guilabel> category.</para>
</step>
<step>
<para>Click the:
<itemizedlist>
<listitem><para><guilabel>Global Disk Usage</guilabel> tab to view disk usage per tenant (project).</para></listitem>
<listitem><para><guilabel>Global Network Traffic Usage</guilabel> tab to view ingress or egress usage per tenant
(project).</para></listitem>
<listitem><para><guilabel>Global Network Usage</guilabel> tab to view duration and creation requests for
networks, subnets, routers, ports, and floating IPs, per tenant
(project).</para></listitem>
<listitem><para><guilabel>Stats</guilabel> 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).</para></listitem>
</itemizedlist>
</para>
</step>
</procedure>
</section>
</section>