[
https://issues.apache.org/jira/browse/CLOUDSTACK-8800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14733296#comment-14733296
]
ASF GitHub Bot commented on CLOUDSTACK-8800:
--------------------------------------------
GitHub user manuiiit opened a pull request:
https://github.com/apache/cloudstack/pull/780
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-19
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/780.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 #780
----
commit f973d89602c5386f2f00659ebb49432194f303d6
Author: Maneesha P <[email protected]>
Date: 2015-07-22T19:15:00Z
Fixed Coverity issue "Dereference null return value" by adding a Null Value
Exception
commit f34530f79a6e3070c03ee92a8312ad1a822aeffa
Author: Maneesha P <[email protected]>
Date: 2015-07-23T12:01:47Z
Fixed Coverity issue "Dereference null return value"
commit 7d595078ba72318b7fed19726e9bf019d4714eef
Author: manuiiit <[email protected]>
Date: 2015-07-28T12:06:48Z
Fixed Coverity issue "Dereference null return value"
commit 380e160e7c79aa5f6886003a92f62560ec940c6b
Author: Maneesha.P <[email protected]>
Date: 2015-08-05T07:14:43Z
Merge remote-tracking branch 'upstream/master'
commit c3b46ede7362d6866950ada8b48961ff6acad1dd
Author: Maneesha.P <[email protected]>
Date: 2015-08-18T07:09:02Z
Merge remote-tracking branch 'upstream/master'
commit 22d4976a5f8e5b7d62f60455f7794befd941a741
Author: Maneesha.P <[email protected]>
Date: 2015-09-07T06:18:31Z
Merge remote-tracking branch 'upstream/master' into HEAD
commit 5e3203d0ca9f00b0c9ef2a3b74c94efaf726af96
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)