Re: Output of listVirtualMachineMetrics API

2019-01-18 Thread Dag Sonstebo
Hi Anurag, Looks odd. In short your values show memorykbs = memorytargetkbs = (memory x 1024) = (memorytotal x 1024 x 1024) - so in other words looks like the same metric. Memoryintfreekbs should be smaller - my only guess here is that it's actually hypervisor internal used memory - which

Output of listVirtualMachineMetrics API

2019-01-18 Thread Anurag Awasthi
Hello, I am using a monkeybox KVM based setup with a single host to play with Cloudstack and observe the below output of list virtualmachinemetrics regarding memory usage for a VM of small type- . "memory": 512, "memoryintfreekbs": 608844, "memorykbs": 524288,