zoukankan      html  css  js  c++  java
  • 虚拟化cpu

    vmware的虚拟机cpu

    [root@84-monitor ~]# lscpu
    Architecture:          x86_64
    CPU op-mode(s):        32-bit, 64-bit
    Byte Order:            Little Endian
    CPU(s):                1
    On-line CPU(s) list:   0
    Thread(s) per core:    1
    Core(s) per socket:    1
    Socket(s):             1
    NUMA node(s):          1
    Vendor ID:             AuthenticAMD
    CPU family:            21
    Model:                 1
    Stepping:              2
    CPU MHz:               2600.000
    BogoMIPS:              5200.00
    Hypervisor vendor:     VMware
    Virtualization type:   full
    L1d cache:             16K
    L1i cache:             64K
    L2 cache:              2048K
    L3 cache:              12288K
    NUMA node0 CPU(s):     0

    =====================================

    kvm的虚拟机cpu

    [root@oracle1 ~]# lscpu
    Architecture:          x86_64
    CPU op-mode(s):        32-bit, 64-bit
    Byte Order:            Little Endian
    CPU(s):                2
    On-line CPU(s) list:   0,1
    Thread(s) per core:    1
    Core(s) per socket:    1
    Socket(s):             2
    NUMA node(s):          1
    Vendor ID:             GenuineIntel
    CPU family:            6
    Model:                 44
    Model name:            Westmere E56xx/L56xx/X56xx (Nehalem-C)
    Stepping:              1
    CPU MHz:               3699.996
    BogoMIPS:              7399.99
    Hypervisor vendor:     KVM
    Virtualization type:   full
    L1d cache:             32K
    L1i cache:             32K
    L2 cache:              4096K
    NUMA node0 CPU(s):     0,1

    ====================================

    microsoft的虚拟机cpu

    [root@localhost ~]# lscpu
    Architecture:          x86_64
    CPU op-mode(s):        32-bit, 64-bit
    Byte Order:            Little Endian
    CPU(s):                1
    On-line CPU(s) list:   0
    Thread(s) per core:    1
    Core(s) per socket:    1
    Socket(s):             1
    NUMA node(s):          1
    Vendor ID:             GenuineIntel
    CPU family:            6
    Model:                 60
    Model name:            Intel(R) Xeon(R) CPU E3-1220 v3 @ 3.10GHz
    Stepping:              3
    CPU MHz:               3086.596
    BogoMIPS:              6173.19
    Hypervisor vendor:     Microsoft
    Virtualization type:   full
    L1d cache:             32K
    L1i cache:             32K
    L2 cache:              256K
    L3 cache:              8192K
    NUMA node0 CPU(s):     0

  • 相关阅读:
    JS
    JS
    JS
    CSS
    CSS
    CSS
    NPOI导出自动换行效果
    Httpcookie的简单应用
    前台JS设置Cookies后台读取刚设置的Cookies
    SQL SERVER 如何调试存储过程
  • 原文地址:https://www.cnblogs.com/createyuan/p/7940286.html
Copyright © 2011-2022 走看看