VMware Cloud Community
Leffingwell
Contributor
Contributor

Where can we see SHARED memory?

Hey All,

Been a LONG time since I posted here, feels good to be back!!  I'm trying to be able to see total amount of memory shared at the cluster level.  I'm guessing that that stat doesn't exist up that high so what's the biggest entity we can grab that from, and how do we grab it?  I'm not seeing anything telling in ExtensionData or Summary.. thanks in advance for the help!

Kindest Regards

Reply
0 Kudos
1 Reply
LucD
Leadership
Leadership

You can use the Get-Stat cmdlet and fetch the mem,shared.average counter.

This counter is available for VM, ESXi and resourcepool.

shared-mem.png

So you can take any of these.

Get all of the entities on the cluster, fetch the metrics and calculate the average.


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

Reply
0 Kudos