summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-08-18 17:53:29 +0000
committerGerrit Code Review <review@openstack.org>2014-08-18 17:53:29 +0000
commit5c25d8528b002506f0722eea9da1d122580902c8 (patch)
tree5f28b693e2d72f06f8c5a92938c5dfa01d90d03a /doc
parent2a3fcd5a1e37c5084dcfffd8836235a4dc9512f2 (diff)
parent4f77c710efd0d3be0a1814395c56ff30f350179d (diff)
downloadceilometer-5c25d8528b002506f0722eea9da1d122580902c8.tar.gz
Merge "Support for per disk volume measurements"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/measurements.rst66
1 files changed, 37 insertions, 29 deletions
diff --git a/doc/source/measurements.rst b/doc/source/measurements.rst
index 14f69f20..6572dcbd 100644
--- a/doc/source/measurements.rst
+++ b/doc/source/measurements.rst
@@ -65,35 +65,43 @@ Compute (Nova)
All meters are related to the guest machine, not the host.
-============================= ===== ========= ======== ======== ========== ==================================================================
-Name Type* Unit Resource Origin** Support*** Note
-============================= ===== ========= ======== ======== ========== ==================================================================
-instance g instance inst ID both 1, 2, 3 Existence of instance
-instance:<type> g instance inst ID both 1, 2, 3 Existence of instance <type> (openstack types)
-memory g MB inst ID n 1, 2 Volume of RAM allocated in MB
-memory.usage g MB inst ID p 3 Volume of RAM used in MB
-cpu c ns inst ID p 1, 2 CPU time used
-cpu_util g % inst ID p 1, 2, 3 Average CPU utilisation
-vcpus g vcpu inst ID n 1, 2 Number of VCPUs
-disk.read.requests c request inst ID p 1, 2 Number of read requests
-disk.read.requests.rate g request/s inst ID p 1, 2, 3 Average rate of read requests per second
-disk.write.requests c request inst ID p 1, 2 Number of write requests
-disk.write.requests.rate g request/s inst ID p 1, 2, 3 Average rate of write requests per second
-disk.read.bytes c B inst ID p 1, 2 Volume of reads in B
-disk.read.bytes.rate g B/s inst ID p 1, 2, 3 Average rate of reads in B per second
-disk.write.bytes c B inst ID p 1, 2 Volume of writes in B
-disk.write.bytes.rate g B/s inst ID p 1, 2, 3 Average volume of writes in B per second
-disk.root.size g GB inst ID n 1, 2 Size of root disk in GB
-disk.ephemeral.size g GB inst ID n 1, 2 Size of ephemeral disk in GB
-network.incoming.bytes c B iface ID p 1, 2 Number of incoming bytes on a VM network interface
-network.incoming.bytes.rate g B/s iface ID p 1, 2, 3 Average rate per sec of incoming bytes on a VM network interface
-network.outgoing.bytes c B iface ID p 1, 2 Number of outgoing bytes on a VM network interface
-network.outgoing.bytes.rate g B/s iface ID p 1, 2, 3 Average rate per sec of outgoing bytes on a VM network interface
-network.incoming.packets c packet iface ID p 1, 2 Number of incoming packets on a VM network interface
-network.incoming.packets.rate g packet/s iface ID p 1, 2, 3 Average rate per sec of incoming packets on a VM network interface
-network.outgoing.packets c packet iface ID p 1, 2 Number of outgoing packets on a VM network interface
-network.outgoing.packets.rate g packet/s iface ID p 1, 2, 3 Average rate per sec of outgoing packets on a VM network interface
-============================= ===== ========= ======== ======== ========== ==================================================================
+=============================== ===== ========= ======== ======== ========== ==================================================================
+Name Type* Unit Resource Origin** Support*** Note
+=============================== ===== ========= ======== ======== ========== ==================================================================
+instance g instance inst ID both 1, 2, 3 Existence of instance
+instance:<type> g instance inst ID both 1, 2, 3 Existence of instance <type> (openstack types)
+memory g MB inst ID n 1, 2 Volume of RAM allocated in MB
+memory.usage g MB inst ID p 3 Volume of RAM used in MB
+cpu c ns inst ID p 1, 2 CPU time used
+cpu_util g % inst ID p 1, 2, 3 Average CPU utilisation
+vcpus g vcpu inst ID n 1, 2 Number of VCPUs
+disk.read.requests c request inst ID p 1, 2 Number of read requests
+disk.read.requests.rate g request/s inst ID p 1, 2, 3 Average rate of read requests per second
+disk.write.requests c request inst ID p 1, 2 Number of write requests
+disk.write.requests.rate g request/s inst ID p 1, 2, 3 Average rate of write requests per second
+disk.read.bytes c B inst ID p 1, 2 Volume of reads in B
+disk.read.bytes.rate g B/s inst ID p 1, 2, 3 Average rate of reads in B per second
+disk.write.bytes c B inst ID p 1, 2 Volume of writes in B
+disk.write.bytes.rate g B/s inst ID p 1, 2, 3 Average volume of writes in B per second
+disk.device.read.requests c request disk ID p 1, 2 Number of read requests per device
+disk.device.read.requests.rate g request/s disk ID p 1, 2, 3 Average rate of read requests per second per device
+disk.device.write.requests c request disk ID p 1, 2 Number of write requests per device
+disk.device.write.requests.rate g request/s disk ID p 1, 2, 3 Average rate of write requests per second per device
+disk.device.read.bytes c B disk ID p 1, 2 Volume of reads in B per device
+disk.device.read.bytes.rate g B/s disk ID p 1, 2, 3 Average rate of reads in B per second per device
+disk.device.write.bytes c B disk ID p 1, 2 Volume of writes in B per device
+disk.device.write.bytes.rate g B/s disk ID p 1, 2, 3 Average volume of writes in B per second per device
+disk.root.size g GB inst ID n 1, 2 Size of root disk in GB
+disk.ephemeral.size g GB inst ID n 1, 2 Size of ephemeral disk in GB
+network.incoming.bytes c B iface ID p 1, 2 Number of incoming bytes on a VM network interface
+network.incoming.bytes.rate g B/s iface ID p 1, 2, 3 Average rate per sec of incoming bytes on a VM network interface
+network.outgoing.bytes c B iface ID p 1, 2 Number of outgoing bytes on a VM network interface
+network.outgoing.bytes.rate g B/s iface ID p 1, 2, 3 Average rate per sec of outgoing bytes on a VM network interface
+network.incoming.packets c packet iface ID p 1, 2 Number of incoming packets on a VM network interface
+network.incoming.packets.rate g packet/s iface ID p 1, 2, 3 Average rate per sec of incoming packets on a VM network interface
+network.outgoing.packets c packet iface ID p 1, 2 Number of outgoing packets on a VM network interface
+network.outgoing.packets.rate g packet/s iface ID p 1, 2, 3 Average rate per sec of outgoing packets on a VM network interface
+=============================== ===== ========= ======== ======== ========== ==================================================================
::