ACS 4.2.1 VM DISK Stats not working Under Xenserver

2014-07-04 Thread Yitao Jiang
Hi, stackers Under Xenserver, the code https://github.com/apache/cloudstack/blob/4.2.1/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java#L2809 does not implement GetVmDiskStatsCommand, but i want to get the vm disk usages to make a graph, so do u know how can i

Re: ACS 4.2.1 VM DISK Stats not working Under Xenserver

2014-07-04 Thread Wei ZHOU
As far as I know, this functionality only supports KVM. I can not get the aggregate data from xenapi, as it returns the disk rate (bps, iops), not aggregate disk statistics. Wei 2014-07-04 10:12 GMT+02:00 Yitao Jiang : > Hi, stackers > > Under Xenserver, the code > > https://github.com/apache/c

Re: ACS 4.2.1 VM DISK Stats not working Under Xenserver

2014-07-04 Thread Yitao Jiang
Thanks Wei, and how can i persist the statistics of vms into DB? --- Thanks, Yitao(依涛 姜) jiangyt.github.io On Fri, Jul 4, 2014 at 4:48 PM, Wei ZHOU wrote: > As far as I know, this functionality only supports KVM. > I can not get the aggregate data from xenapi, as it returns the disk rate > (

Re: ACS 4.2.1 VM DISK Stats not working Under Xenserver

2014-07-04 Thread Yitao Jiang
Is it configurable? --- Thanks, Yitao(依涛 姜) jiangyt.github.io On Fri, Jul 4, 2014 at 5:00 PM, Yitao Jiang wrote: > Thanks Wei, and how can i persist the statistics of vms into DB? > > > --- > Thanks, > Yitao(依涛 姜) > jiangyt.github.io > > > On Fri, Jul 4, 2014 at 4:48 PM, Wei ZHOU wrote: > >