From 58fe9f45307ed99a50f8b0429d699980a91a2c14 Mon Sep 17 00:00:00 2001 From: Qiaowei Ren Date: Sun, 18 Sep 2016 09:55:32 +0800 Subject: [PATCH] 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 --- doc/admin-guide/source/telemetry-measurements.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/admin-guide/source/telemetry-measurements.rst b/doc/admin-guide/source/telemetry-measurements.rst index 7258c1c0e6..859d7c1e66 100644 --- a/doc/admin-guide/source/telemetry-measurements.rst +++ b/doc/admin-guide/source/telemetry-measurements.rst @@ -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 | ++-----------+-------+------+----------+----------+---------+------------------+ |