telemetry: add perf events meter

This patch add content about some perf events meters. The patch about
this in Ceilometer is https://review.openstack.org/#/c/367737/

Change-Id: Iad2483241529e923b8be13fe35dd6e4c5c4583cb
This commit is contained in:
Qiaowei Ren 2016-09-18 09:55:32 +08:00
parent 531118e545
commit 58fe9f4530

View File

@ -370,6 +370,21 @@ The following meters are collected for OpenStack Compute:
| .local | | | | | | r a memory cont\ |
| | | | | | | roller |
+-----------+-------+------+----------+----------+---------+------------------+
| perf.cpu\ | Gauge | cyc\ | instance | Pollster | Libvirt | the number of c\ |
| .cycles | | le | ID | | | pu cycles one i\ |
| | | | | | | nstruction needs |
+-----------+-------+------+----------+----------+---------+------------------+
| perf.ins\ | Gauge | inst\| instance | Pollster | Libvirt | the count of in\ |
| tructions | | ruct\| ID | | | structions |
| | | ion | | | | |
+-----------+-------+------+----------+----------+---------+------------------+
| perf.cac\ | Gauge | cou\ | instance | Pollster | Libvirt | the count of ca\ |
| he.refer\ | | nt | ID | | | che hits |
| ences | | | | | | |
+-----------+-------+------+----------+----------+---------+------------------+
| perf.cac\ | Gauge | cou\ | instance | Pollster | Libvirt | the count of ca\ |
| he.misses | | nt | ID | | | che misses |
+-----------+-------+------+----------+----------+---------+------------------+
|