Add hardware.memory.buffer and cache configuration in muanual

There are two pollsters, hardware.memory.buffer and
hardware.memory.cached were newly added into ceilometer.

This patch update these info in manual and also fix a small error

Change-Id: I75148cfba3b89d2d67a89b6a8412db680f15cff8
Closes-Bug: #1452960
This commit is contained in:
Gangyi Luo 2015-05-07 19:14:11 -07:00 committed by Gangyi Luo
parent 117048cfb0
commit 93ddc1aabd

View File

@ -78,6 +78,22 @@
<td>Pollster</td>
<td>Used physical memory size.</td>
</tr>
<tr>
<td>hardware.memory.buffer</td>
<td>Gauge</td>
<td>B</td>
<td>host ID</td>
<td>Pollster</td>
<td>Physical memory buffer size.</td>
</tr>
<tr>
<td>hardware.memory.cached</td>
<td>Gauge</td>
<td>B</td>
<td>host ID</td>
<td>Pollster</td>
<td>Cached physical memory size.</td>
</tr>
<tr>
<td>hardware.memory.swap.total</td>
<td>Gauge</td>
@ -87,7 +103,7 @@
<td>Total swap space size.</td>
</tr>
<tr>
<td>hardware.memory.avail</td>
<td>hardware.memory.swap.avail</td>
<td>Gauge</td>
<td>B</td>
<td>host ID</td>