summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimona Iuliana Toader <itoader@cloudbasesolutions.com>2014-07-07 18:46:57 +0300
committerSimona Iuliana Toader <itoader@cloudbasesolutions.com>2015-01-28 16:00:27 +0200
commit10c3e3eb94a3b3d3676f27d51d423c6c3f3d3972 (patch)
treee3c32650c6f2bb715ce70f8115f5e71020f2797c /doc
parentcdddf832278aa325f21b8f417d92ee9581eee975 (diff)
downloadceilometer-10c3e3eb94a3b3d3676f27d51d423c6c3f3d3972.tar.gz
Hyper-V: Adds memory metrics implementation
This change targets compute nodes that run on Windows Hyper-v / Server 2012 or Windows 8 or newer. It retrieves the memory usage associated with the given instance and returns a MemoryUsageStats object containing the value. This change is particularly useful for compute nodes that have dynamic memory enabled in nova.conf. DocImpact Implements: blueprint hyper-v-memory-metrics Change-Id: I6496133c3c49ebcc37873004ed58f4d37dbbdd9c
Diffstat (limited to 'doc')
-rw-r--r--doc/source/measurements.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/measurements.rst b/doc/source/measurements.rst
index 39a340cd..50b095c9 100644
--- a/doc/source/measurements.rst
+++ b/doc/source/measurements.rst
@@ -71,7 +71,7 @@ Name Type* Unit Resource Origin** Support**
instance g instance inst ID both 1, 2, 3, 4 Existence of instance
instance:<type> g instance inst ID both 1, 2, 3, 4 Existence of instance <type> (openstack types)
memory g MB inst ID n 1, 2 Volume of RAM allocated
-memory.usage g MB inst ID p 1, 3, 4 Volume of RAM used
+memory.usage g MB inst ID p 1, 2, 3, 4 Volume of RAM used
cpu c ns inst ID p 1, 2 CPU time used
cpu_util g % inst ID p 1, 2, 3, 4 Average CPU utilisation
vcpus g vcpu inst ID n 1, 2 Number of VCPUs