doc: be more explicit about network counters

Change-Id: Ia42cc840dd977aff51767ddc576cfd6c1ed545b2
Fixes: bug#1187943
This commit is contained in:
Julien Danjou 2013-06-20 15:49:42 +02:00
parent 5febe14f36
commit 71ac3a5c90

View File

@ -78,11 +78,10 @@ disk.read.bytes Cumulative B inst ID pollster Volume o
disk.write.bytes Cumulative B inst ID pollster Volume of write in B disk.write.bytes Cumulative B inst ID pollster Volume of write in B
disk.root.size Gauge GB inst ID notification Size of root disk in GB disk.root.size Gauge GB inst ID notification Size of root disk in GB
disk.ephemeral.size Gauge GB inst ID notification Size of ephemeral disk in GB disk.ephemeral.size Gauge GB inst ID notification Size of ephemeral disk in GB
network.incoming.bytes Cumulative B iface ID pollster number of incoming bytes on the network network.incoming.bytes Cumulative B iface ID pollster number of incoming bytes on the network for a VM interface
network.outgoing.bytes Cumulative B iface ID pollster number of outgoing bytes on the network network.outgoing.bytes Cumulative B iface ID pollster number of outgoing bytes on the network for a VM interface
network.incoming.packets Cumulative packets iface ID pollster number of incoming packets network.incoming.packets Cumulative packets iface ID pollster number of incoming packets for a VM interface
network.outgoing.packets Cumulative packets iface ID pollster number of outgoing packets network.outgoing.packets Cumulative packets iface ID pollster number of outgoing packets for a VM interface
======================== ========== ======== ======== ============ ======================================================= ======================== ========== ======== ======== ============ =======================================================
At present, most of the Nova meters will only work with libvirt front-end At present, most of the Nova meters will only work with libvirt front-end