[Openstack] Ceilometer meter list not showing all meters

Eoghan Glynn eglynn at redhat.com
Thu Jan 2 15:08:18 UTC 2014


Hi Swapnil,

The key distinction between the compute meters you're seeing and
the ones that are absent is that the latter are derived from notifications
emitted by nova, whereas the former are generated via polling of the
hypervisor.

I suspect the reason you're not seeing the notification-driven meters
is a side-effect of the recent split-off of the notification agent from
the collector service:

  https://blueprints.launchpad.net/ceilometer/+spec/split-collector

Is your devstack clone sufficiently recent to include the following
commit?

  https://github.com/openstack-dev/devstack/commit/1c402286

If not, you'll need to fetch and rebase your devstack.

If so, please also check that your localrc includes ceilometer-anotification
in the enabled services, e.g.

  grep 'enable_service .*ceilometer-anotification' devstack/localrc

Cheers,
Eoghan



----- Original Message -----
> 
> 
> Hi,
> 
> 
> 
> I have the latest openstack deployed(through devstack) with Ceilometer
> (ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api)
> installed.
> 
> 
> 
> from the meter list i am getting only the following meters data.
> 
> 
> 
> cpu, cpu_util, disk.read.bytes, disk.read.requests, disk.write.bytes,
> disk.write.requests, instance, instance:m1.nano, network.incoming.bytes,
> network.incoming.packets, network.outgoing.bytes, network.outgoing.packets
> 
> 
> 
> What about the rest of the meters like ram,vcpus,etc as mentioned in this
> url: http://docs.openstack.org/developer/ceilometer/measurements.html
> 
> 
> 
> I referred the following web pages for additional configurations required :
> http://docs.openstack.org/developer/ceilometer/configuration.html
> 
> http://docs.openstack.org/developer/ceilometer/install/manual.html#installing-manually
> 
> 
> 
> I have also asked it on Launchpad:
> https://answers.launchpad.net/ceilometer/+question/241511
> 
> 
> 
> Why i am not able to get other meters data?
> 
> 
> 
> 
> 
> Regards,
> 
> Swapnil
> 
> 
> DISCLAIMER ========== This e-mail may contain privileged and confidential
> information which is the property of Persistent Systems Ltd. It is intended
> only for the use of the individual or entity to which it is addressed. If
> you are not the intended recipient, you are not authorized to read, retain,
> copy, print, distribute or use this message. If you have received this
> communication in error, please notify the sender and delete all copies of
> this message. Persistent Systems Ltd. does not accept any liability for
> virus infected mails.
> 
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack at lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> 




More information about the Openstack mailing list