From 71ac3a5c9030e1d16e67c87024972cbbbfee45ab Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 20 Jun 2013 15:49:42 +0200 Subject: [PATCH] doc: be more explicit about network counters Change-Id: Ia42cc840dd977aff51767ddc576cfd6c1ed545b2 Fixes: bug#1187943 --- doc/source/measurements.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/source/measurements.rst b/doc/source/measurements.rst index 9f3e817dd..136baec67 100644 --- a/doc/source/measurements.rst +++ b/doc/source/measurements.rst @@ -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.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 -network.incoming.bytes Cumulative B iface ID pollster number of incoming bytes on the network -network.outgoing.bytes Cumulative B iface ID pollster number of outgoing bytes on the network -network.incoming.packets Cumulative packets iface ID pollster number of incoming packets -network.outgoing.packets Cumulative packets iface ID pollster number of outgoing packets - +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 for a VM interface +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 for a VM interface ======================== ========== ======== ======== ============ ======================================================= At present, most of the Nova meters will only work with libvirt front-end