Quantcast
Channel: VMware Communities : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 178097

cpu ratio

$
0
0

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


Viewing all articles
Browse latest Browse all 178097

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>