[
https://issues.apache.org/jira/browse/CLOUDSTACK-8800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14728873#comment-14728873
]
ASF GitHub Bot commented on CLOUDSTACK-8800:
--------------------------------------------
GitHub user manuiiit opened a pull request:
https://github.com/apache/cloudstack/pull/774
CLOUDSTACK-8800 : Improved the listVirtualMachines API call to include
memory utilization information for a VM
for xenserver,hyperv and for vmware
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/manuiiit/cloudstack pull-17
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/774.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #774
----
commit afe9fa5f4dbed4f2b304586a057a4871335344f5
Author: Maneesha.P <[email protected]>
Date: 2015-08-25T03:56:55Z
CLOUDSTACK-8800 : Improved the listVirtualMachines API call to include
memory utilization information for a VM for xenserver
for hyperv
and for vmware
----
> Improve the listVirtualMachines API call to include memory utilization
> information for a VM
> -------------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-8800
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8800
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: 4.5.2
> Reporter: Maneesha
> Assignee: Maneesha
> Fix For: 4.6.0
>
>
> Currently the feature of memory utilization is not available via API call
> (listVirtualMachines).
> https://cloudstack.apache.org/api/apidocs-4.5/root_admin/listVirtualMachines.html
>
> The listVirtualMachine get its values from the "user_vm_view" table in the
> database. Currently it shows the CPU utilization of the VM's.
> The only way to find out the memory utilization of VM's running on XenServer,
> is to run the "xentop" command on the pool master of the cluster.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)