Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cluster.mem[name,usage] #40

Open
Spuun1 opened this issue Jan 4, 2017 · 0 comments
Open

cluster.mem[name,usage] #40

Spuun1 opened this issue Jan 4, 2017 · 0 comments

Comments

@Spuun1
Copy link

Spuun1 commented Jan 4, 2017

This doesn't return the memory usage of a cluster. It results the amount of memory used by cluster services etc. (effective memory usage) . Effective memory is the amount of memory available for virtual machines.

Effective Memory = Aggregate host machine memory - (VMkernel memory + Service Console memory + other service memory)

Cluster memory usage should be calculated like this:

Cluster: memory usage = memory consumed + memory overhead ÷ effectivemem

as it's explained in https://www.vmware.com/support/developer/vc-sdk/visdk400pubs/ReferenceGuide/memory_counters.html

Could this be retrieved for cluster from root resource pool?

https://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/vim.ResourcePool.html

And for last but not least thanks to dav for this great tool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant