VMware Cloud Community
mzhao5
Contributor
Contributor
Jump to solution

How to retrieve vSAN cluster resource utilization via PowerShell.

I just want gather utilization report from cluster level . I did try use below powershell command.

but can not retrieve Consumed CPU and Memory.   even I get blow informations, but still didn't understand what's that means, can not get more inforatmion from vmware documents.

 

is there any one can help explain.

 

PS C:\windows\system32> (Get-Cluster).ExtensionData.Summary.UsageSummary


TotalCpuCapacityMhz : 837960
TotalMemCapacityMB : 4637325
CpuReservationMhz : 14800
MemReservationMB : 61671
PoweredOffCpuReservationMhz : 0
PoweredOffMemReservationMB : 0
CpuDemandMhz : 103442           -----------what's this means
MemDemandMB : 254574          -----------what's this means
StatsGenNumber : 52460
CpuEntitledMhz : 97232             -----------what's this means
MemEntitledMB : 788542          -----------what's this means
PoweredOffVmCount : 3
TotalVmCount : 95

0 Kudos
1 Solution

Accepted Solutions
LucD
Leadership
Leadership
Jump to solution

In the API Reference under ClusterUsageSummary you find the description of each property


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

View solution in original post

1 Reply
LucD
Leadership
Leadership
Jump to solution

In the API Reference under ClusterUsageSummary you find the description of each property


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