71f24dfeee
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
7 lines
214 B
YAML
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.
|