Re: [Openstack] [Ceilometer] VM instance CPU/disk/network utilization data

2013-12-13 Thread Prashanth Hari
How are the neutron metering getting collected ? Is there a neutron agent similar to the nova compute agent ? Thanks, Prashanth On Fri, Dec 13, 2013 at 3:09 AM, Eoghan Glynn wrote: > > Hi Mark, > > A common issue is a mismatch between the hostname used by nova > to associate instances with ho

Re: [Openstack] [Ceilometer] VM instance CPU/disk/network utilization data

2013-12-13 Thread Eoghan Glynn
Hi Mark, A common issue is a mismatch between the hostname used by nova to associate instances with hosts, and the hostname used by the ceilometer compute agent to constrain the query it uses to discover the instances running on the local host. Typically a mismatch might result from the hostname

Re: [Openstack] [Ceilometer] VM instance CPU/disk/network utilization data

2013-12-12 Thread Mark Vlcek (mavlcek)
I see the nova-compute service enabled and running in the Horizon dashboard and I followed the instructions here (http://docs.openstack.org/havana/install-guide/install/yum/content/ceilome ter-install-nova.html) to install the Telemetry/Ceilometer compute agent on the same node but I still don't se

Re: [Openstack] [Ceilometer] VM instance CPU/disk/network utilization data

2013-12-11 Thread Julien Danjou
On Wed, Dec 11 2013, Mark Vlcek (mavlcek) wrote: > How do I get CPU/disk/network utilization data? Do I need to update my > ceilometer.conf file or is something else not setup/running correctly? You need to run the ceilometer compute agent on each of your compute node. -- Julien Danjou /* Free

[Openstack] [Ceilometer] VM instance CPU/disk/network utilization data

2013-12-10 Thread Mark Vlcek (mavlcek)
When I make Ceilometer CLI or API calls to get meters, I essentially only get the following data: * disk.root.size * Image * image.download * image.size * image.update * instance:xx.xx * memory * vcpus How do I get CPU/disk/network utilization data? Do I need to u