add host meters to doc

we added meters to capture host stats. this patch adds these
meters to the documentation

Change-Id: I023c130c721ee74e53aa7a21489fe02d4b68a402
This commit is contained in:
Gordon Chung
2014-02-14 14:27:11 -05:00
parent a4f693b892
commit 7b8437efc8

View File

@@ -100,6 +100,29 @@ hypervisors while test coverage was mostly done based on KVM. Contributors
are welcome to implement other virtualization backends' meters or complete
the existing ones.
The meters below are related to the host machine.
.. note::
By default, Nova will not collect the following meters related to the host
compute node machine. Nova option 'compute_monitors = ComputeDriverCPUMonitor'
should be set in nova.conf to enable meters.
=============================== ========== ========= ======== ============ ========================
Name Type Unit Resource Origin Note
=============================== ========== ========= ======== ============ ========================
compute.node.cpu.frequency Gauge MHz host ID notification CPU frequency
compute.node.cpu.kernel.time Cumulative ns host ID notification CPU kernel time
compute.node.cpu.idle.time Cumulative ns host ID notification CPU idle time
compute.node.cpu.user.time Cumulative ns host ID notification CPU user mode time
compute.node.cpu.iowait.time Cumulative ns host ID notification CPU I/O wait time
compute.node.cpu.kernel.percent Gauge % host ID notification CPU kernel percentage
compute.node.cpu.idle.percent Gauge % host ID notification CPU idle percentage
compute.node.cpu.user.percent Gauge % host ID notification CPU user mode percentage
compute.node.cpu.iowait.percent Gauge % host ID notification CPU I/O wait percentage
compute.node.cpu.percent Gauge % host ID notification CPU utilization
=============================== ========== ========= ======== ============ ========================
Network (Neutron)
=================