如何比较和评价虚拟 CPU?

如何比较和评价虚拟 CPU?

我在不同的主机上有两个虚拟服务器,想知道如何了解 CPU 性能。我可以查看哪些指标以及如何了解它,以便我可以说服务器 1 是 1 GHz,而服务器 2 只有 500 MHz?

如果我运行 lscpu虚拟服务器 1我明白了

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:                 85
Model name:            Intel Xeon Processor (Skylake)
Stepping:              4
CPU MHz:               2099.998
BogoMIPS:              4199.99
Hypervisor vendor:     KVM
Virtualization type:   full
L1d cache:             32K
L1i cache:             32K
L2 cache:              4096K
L3 cache:              16384K
NUMA node0 CPU(s):     0
Flags:                 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single rsb_ctxsw retpoline kaiser fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f rdseed adx smap clwb avx512cd xsaveopt xsavec xgetbv1 arat

虚拟服务器 2我明白了

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) pro Kern:    1
Kern(e) pro Socket:    1
Socket(s):             1
NUMA-Knoten:           1
Anbieterkennung:       GenuineIntel
Prozessorfamilie:      15
Modell:                6
Model name:            Common KVM processor
Stepping:              1
CPU MHz:               3066.776
BogoMIPS:              6133.55
Hypervisor-Anbieter:   KVM
Virtualisierungstyp:   voll
L1d Cache:             32K
L1i Cache:             32K
L2 Cache:              4096K
L3 Cache:              16384K
NUMA node0 CPU(s):     0
Flags:                 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm constant_tsc nopl xtopology pni cx16 x2apic hypervisor lahf_lm retpoline kaiser

我知道,在运行 apt update 和 apt upgrade 等程序时,vServer 2 确实很慢,而 vServer 1 对我来说很快。lscpu 仅显示硬件,但我如何了解我的主机的 CPU 限制?

答案1

在每个上运行(模拟)您的工作负载并查看响应时间和吞吐量。

CPU 并不总是性能的关键。有许多变量,请尝试一次只更改一个:存储系统(固态硬盘还是主轴硬盘)、内存数量、网络吞吐量和延迟,当然还有 CPU 型号和时钟。另外,请注意,超额认购意味着物理 CPU 可能正在执行比您更多的虚拟机,并且无法获得其全部吞吐量。

相关内容