Unable to collect statistics meter compute.node.cpu.* data using Ceilometer command
Hi Experts,
Please help me on this issue. I want get the statistics using meter 'compute.node.cpu.percent'
for the resource Compute Node and VM instance, but I could not see any statistics while I tried below command.
ceilometer statistics --meter compute.node.cpu.percent -q 'resource_id=compute-0'
+--------+--------------+------------+-----+-----+-----+-----+-------+----------+----------------+--------------+
| Period | Period Start | Period End | Max | Min | Avg | Sum | Count | Duration | Duration Start | Duration End |
+--------+--------------+------------+-----+-----+-----+-----+-------+----------+----------------+--------------+
+--------+--------------+------------+-----+-----+-----+-----+-------+----------+----------------+--------------+
I could see ComputeDriverCPUMonitor
update in nova configuration file.
/etc/nova/nova.conf
compute_monitors=ComputeDriverCPUMonitor,VswitchMonitor
Refer document: http://docs.openstack.org/admin-guide...
Thank You, Pradipta