telemetry: add memory bandwidth meter

This patch add content about memory bandwidth meter. The patch about
this in Ceilometer is https://review.openstack.org/#/c/341911/

Change-Id: Id42833f33f699d4b94ec6456c1bbb9e7e6a143b5
This commit is contained in:
Qiaowei Ren 2016-08-11 10:38:38 +08:00 committed by Olena Logvinova
parent 9bd7ed25c0
commit 557e229c87
1 changed files with 9 additions and 0 deletions

View File

@ -361,6 +361,15 @@ The following meters are collected for OpenStack Compute:
| cpu_l3_c\ | Gauge | B | instance | Pollster | Libvirt | L3 cache used b\ |
| ache | | | ID | | | y the instance |
+-----------+-------+------+----------+----------+---------+------------------+
| memory.b\ | Gauge | B/s | instance | Pollster | Libvirt | Total system ba\ |
| andwidth\ | | | ID | | | ndwidth from on\ |
| .total | | | | | | e level of cache |
+-----------+-------+------+----------+----------+---------+------------------+
| memory.b\ | Gauge | B/s | instance | Pollster | Libvirt | Bandwidth of me\ |
| andwidth\ | | | ID | | | mory traffic fo\ |
| .local | | | | | | r a memory cont\ |
| | | | | | | roller |
+-----------+-------+------+----------+----------+---------+------------------+
|