简体   繁体   English

Azure VM 核心与 vCPU

[英]Azure VM Core vs vCPU

When comparing two different VM series in Azure, I see that one has Cores and the other one vCPUs.在 Azure 中比较两个不同的 VM 系列时,我看到一个有核心,另一个有 vCPU。 Keeping aside the number of Cores/CPUs, Memory and Processor Type (Intel Xeon E/Platinum etc), what is the advantage of one over the other?撇开内核/CPU 的数量、内存和处理器类型(Intel Xeon E/Platinum 等)不谈,两者相比有什么优势? I understand that CPU can have multiple cores, but in Azure what is the difference between 4 vCPUs and 4 vCores?我知道 CPU 可以有多个核心,但在 Azure 中 4 个 vCPU 和 4 个 vCore 之间有什么区别?

G Series with Core带芯的 G 系列 D Series with vCPU带 vCPU 的 D 系列

A core is a physical unit of a CPU.核心是 CPU 的物理单元。

A virtual CPU (vCPU) also known as a virtual processor, is a physical central processing unit (CPU) that is assigned to a virtual machine (VM).虚拟 CPU (vCPU) 也称为虚拟处理器,是分配给虚拟机 (VM) 的物理中央处理单元 (CPU)。

For more details, you can refer to these msdn answers: this and this .有关更多详细信息,您可以参考这些 msdn 答案: thisthis

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM