Adds memory utilization meter to libvirt inspector
Per this link https:/
I would like to add the memory usage to the ceilometer.
As the libvirt has released many new version since Thu,18 Jul 2013.
I would like to use the following libvirt api to retrive the memory used by domain:
int virDomainMemory
virDomain
unsigned int nr_stats,
unsigned int flags)
memory_used = VIR_DOMAIN_
Refer to http://
Blueprint information
- Status:
- Complete
- Approver:
- Ildiko Vancsa
- Priority:
- Medium
- Drafter:
- Shunli Zhou
- Direction:
- Approved
- Assignee:
- Rui Chen
- Definition:
- Approved
- Series goal:
- Accepted for kilo
- Implementation:
- Implemented
- Milestone target:
- 2015.1.0
- Started by
- Rui Chen
- Completed by
- Rui Chen
Related branches
Related bugs
Sprints
Whiteboard
Retrieve memory usage from libvirt 'virDomainMemor
memory_used = VIR_DOMAIN_
--- Rui Chen 28-04-2014
Add API virDomainMemory
Some informations:
http://
https:/
--- Rui Chen 29-04-2014
Prepare this research of 'virDomainMemor
Used Memory stats is not supported by current Nova's target version libvirt(0.9.6+), and the Xen or LXC which don't support this API at all, so it's not a right time to implement it, suspend first.
--- Rui Chen 01-05-2014
The Nova gate was recently updated to Ubuntu 14.04 which has libvirt 1.2.2 and QEMU 2.0.0 so it should be testable now.
--- Rui Chen 03-07-2014
Gerrit topic: https:/
Spec addressed by: https:/
Adds memory stats meter to libvirt inspector
Addressed by: https:/
Adds memory stats meter to libvirt inspector
Work Items
Dependency tree
* Blueprints in grey have been implemented.