Hi , .
hope everybody is well
I am calculating cpu ratio in my cluster and use this :
(Get-cluster -name MyCluster | Get-vm | Where Powerstate -eq “PoweredOn” | Measure NumCpu -sum).sum / (((Get-cluster -name MyCluster | Get-vmhost).extensiondata.summary.hardware | Measure -Property numCpuCores -Sum).sum)
but I am not sure should second part of command multiply with 2 because hyper-threading is enabled, because hyper-threading only increase performance by 30% , don actually increase number of CPUs