Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to calculate the number of Logical Processor?

What I know is

Number of Logical Processor = Core x Sockets x HT

Is it right ? How many Virtual Machines are possible to provision with this logical processor ?

like image 753
Cloud Avatar asked Jan 23 '14 08:01

Cloud


1 Answers

Exactly , so if it has 2 Procs with 4 Cores and HT enabled then the

Number of logical processor  = 2 x 4 x 2 = 16

ESX will also use a core, so if you take the simplistic view of allocating cores to VMs, you only have 7 to "allocate".

Have a look at this VMware community question on ESXi CPU.

like image 103
Reuben Avatar answered Sep 23 '22 17:09

Reuben