nova/releasenotes/notes/add-perf-event-e1385b6b6346fbda.yaml
Eli Qiao 71f24dfeee libvirt: add perf event support when create instance
Libvirt 1.3.3 has intergrated `perf`, which can be used as performance
statistics.

This patch enable perf event when create instances, the perf event
data can be collected by Ceilometer or other external monitor system.

Implement blueprint: support-perf-event

Co-Authored-By: Qiaowei Ren <qiaowei.ren@intel.com>

Change-Id: I2ffdabe40a7706cd5061a45f3e46c8245adb3b07
2016-06-24 10:10:45 +08:00

7 lines
214 B
YAML

---
features:
- Add perf event support for libvirt driver.
This can be done by adding new configure option
'enabled_perf_events' in libvirt section of
nova.conf. This feature requires libvirt>=1.3.3.