dnaeon / py-vpoller

Distributed vSphere API Proxy
Other
84 stars 31 forks source link

Can not get host VM allocated memory. #196

Closed leweafan closed 8 years ago

leweafan commented 8 years ago

According to vsphere api I should be able to get VM allocated memory using memUsed perf metric which is missing in vpoller. Is there a way to get this metric? https://www.vmware.com/support/developer/vc-sdk/visdk400pubs/ReferenceGuide/memory_counters.html

dnaeon commented 8 years ago

The provided link is for vSphere 4.x.

The minimum required version for vPoller is at least 5.x and above.

Make sure to check the following tutorial on using performance metrics with vPoller.

Thanks, Marin