Re: Cloudstack VM memory reporting

2019-07-29 Thread Anurag Awasthi
avan Kumar Aravapalli Sent: Monday, July 29, 2019 3:26 PM To: dev@cloudstack.apache.org Subject: Re: Cloudstack VM memory reporting Hi Ng'ang'a Kioi, Stats are collected at very first time, When a host [KVM] is on-boarded to Cloud stack. There after for every vm resource deployment done on

Re: Cloudstack VM memory reporting

2019-07-29 Thread Pavan Kumar Aravapalli
ds, Pavan. From: Ng'ang'a Kioi Sent: 27 July 2019 16:24:19 To: dev@cloudstack.apache.org Subject: Cloudstack VM memory reporting Hi everyone, I'm trying to look at how cloudstack gathers VM statistics and particularly memory stats. Looking at the list virtualmachines api

Re: Cloudstack VM memory reporting

2019-07-29 Thread Anurag Awasthi
. May be open an issue on github? Regards, Anurag From: Ng'ang'a Kioi Sent: Saturday, July 27, 2019 10:23 PM To: dev@cloudstack.apache.org Subject: Re: Cloudstack VM memory reporting I'm running KVM, but I've seen the error on VMware as well.

Re: Cloudstack VM memory reporting

2019-07-27 Thread Ng'ang'a Kioi
I'm running KVM, but I've seen the error on VMware as well. On Sat, Jul 27, 2019, 7:10 PM Anurag Awasthi wrote: > Hi Ng'ang'a Kioi, > > You are right in that these are periodically collected and stored by > StatsCollector class. What hypervisor are you working with? > > Regards, > Anurag > > On

Re: Cloudstack VM memory reporting

2019-07-27 Thread Anurag Awasthi
Hi Ng'ang'a Kioi, You are right in that these are periodically collected and stored by StatsCollector class. What hypervisor are you working with? Regards, Anurag On 7/27/19, 4:24 PM, "Ng'ang'a Kioi" wrote: Hi everyone, I'm trying to look at how cloudstack gathers VM statistics

Cloudstack VM memory reporting

2019-07-27 Thread Ng'ang'a Kioi
Hi everyone, I'm trying to look at how cloudstack gathers VM statistics and particularly memory stats. Looking at the list virtualmachines api, the following stats are returned for a sample VM "memory": 1024, "memoryintfreekbs": 1251804, "memorykbs": 1048576, "memorytargetkbs": 1048576, Based on