Bug 1042332 - [RFE][ceilometer]: Add memory and memory utilization meter to ceilometer.
Summary: [RFE][ceilometer]: Add memory and memory utilization meter to ceilometer.
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: 5.0 (RHEL 6)
Hardware: Unspecified
OS: Unspecified
medium
unspecified
Target Milestone: Upstream M1
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/ceil...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 21:46 UTC by RHOS Integration
Modified: 2019-04-16 14:06 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 17:32:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 21:46:52 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/ceilometer/+spec/ceilometer-memory-utilization.

Description:

Per this link https://lists.launchpad.net/openstack/msg25265.html,
i would like to add the memory and memory utilization 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 and the memory utilization of the domain:

int	virDomainMemoryStats		(virDomainPtr dom,
      virDomainMemoryStatPtr stats,
      unsigned int nr_stats,
      unsigned int flags)
This function provides memory statistics for the domain.

Refer to http://libvirt.org/html/libvirt-libvirt.html#virDomainMemoryStats for libvirt api details.

Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.