<div dir="ltr"><div></div>Hi Girija Sharan,<br><br>as my master degree thesis I have done a framework for virtual machine migration in OpenStack, which I think it might be useful for what you're realizing.<br><br>I have extended Ceilometer and OpenStack Neat, a framework for virtual machine consolidation.<br>I had to collect samples of cpu and memory utilization of compute nodes.<br><br>Here is the source code of the Ceilometer extension<br><a href="https://github.com/MisterPup/Ceilometer-Juno-Extension">https://github.com/MisterPup/Ceilometer-Juno-Extension</a><br>In the following url you can find the extension to Openstack Neat<br><a href="https://github.com/MisterPup/OpenStack-Neat-Ceilometer">https://github.com/MisterPup/OpenStack-Neat-Ceilometer</a><br><br>If you have any questions, please feel free to ask.<br><br>Best regards,<br>Claudio<br><br><br>2015-06-04 8:08 GMT+02:00 Girija Sharan <<a href="mailto:girijasharansingh@gmail.com">girijasharansingh@gmail.com</a>>:<br>><br>> Hi All,<br>><br>> This query is about Ceilometer, and its my sincere request to you to read this till end and understand properly.<br>><br>> Let me first put up my requirement :<br>> 1). I need to develop a monitoring tool for my infrastructure, which will show me the live CPU usage, Memory usage, Disk usage, and Network traffic of instances launched on Compute nodes as well as of physical Compute nodes.<br>><br>> To achieve this I explored Ceilometer service of Openstack (metering part only) and found that, it has many meters using which I can retrieve above mentioned live data but only of instances launched, not of physical Compute nodes.<br>><br>> Now moving to my queries :<br>> 1). How do I create corresponding meters to retrieve above mentioned details of physical Compute nodes (like memory.usage, cpu_util, network.incoming.bytes, etc.. which exists for instances).<br>> 2). Please do point me towards some helpful links or let me know the exact way of doing so.<br>> 3). Why don't we add Monitoring service to Openstack. As Admin user will be needing to see all these details related to Compute nodes and other nodes.<br>><br>> Now been said that, I came up with an idea which I would like to share here :<br>><br>> As part of VM migration, one has to know the load on Compute nodes, depending on which Admin will be deciding whether to migrate the VMs or not and to which Compute node.<br>> Now just think if VM migration need to be done automatically (when some specified threshold value reaches), one need to collect these metrics from Compute nodes.<br>><br>> We can make use of these existing Ceilometer's meters (metering part of Telemetry) and adding more additional meters to retrieve details from Physical nodes, to create Monitoring Service as well.<br>><br>> Thanks in advance and early responses will be highly appreciated.<br>><br>><br>> Thanks and Regards,<br>> Girija Sharan Singh<br>><br>> _______________________________________________<br>> Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>> Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>> Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>><br></div>