What is VPS

CPU list of VPS (Judge whether it is good or not)

CPU Information of VPS

What does CPU’s information mean?

If you can know CPU’s information, you can know
1) Amount of CPU’s core
2) CPU clock speed

Amount of CPU means how many works your server’s CPU can do at the same time.

CPU clock speed means how often your server’s CPU can do the work.

But the information about how much work CPU can do in 1 cycle is missing.

So measuring real CPU performance is important to know the capacity of the server.
If CPU performance is higher, you can serve your server’s content with more speed and with less cost.


What we have to mind in the case of CPU of VPS

The virtual server can show fake information of CPU because it is not physical server.
So even if CPU information is available, the information may not be correct.

But in some of the cases, CPU’s information is correct.
We can connect CPU’s information and measured CPU’s performance, so we can judge whether your created instance has good CPU or not by CPU information.

So measuring real CPU performance is important to know the capacity of the server.


How you can confirm CPU of your VPS instance

grep "model name" /proc/cpuinfo | uniq;

Summary of CPU information for each VPS

VPS that may display real CPU information


AWS Lightsail

CPU Launch date Encountered Single CPU score example
Intel Xeon E5-2670 v2@2.50GHz 2013/Q3 2020/02 965
Intel Xeon E5-2676 v3@2.40GHz 2015/Q2 2020/02 1106
Intel Xeon E5-2686 v4@2.30GHz 2016/Q4 2020/02 1006

DigitalOcean Basic: Premium AMD

CPU Launch date Encountered Single CPU score example
DO-Premium-AMD ? 2021/02 1936

DigitalOcean Basic: Premium Intel

CPU Launch date Encountered Single CPU score example
DO-Premium-Intel ? 2021/02 1075

DigitalOcean Basic: Regular

CPU Launch date Encountered Single CPU score example
Intel Xeon Platinum 8175M CPU@2.50GHz 2017/Q3 2019/12 1121
Intel Xeon E5-2630L v2@2.40GHz 2012/Q1 2019/11 590
Intel Xeon Gold 6140@2.30GHz 2017/Q3 2019/11 520
Intel Xeon E5-2650 v4@ 2.20GHz 2016/Q1 2019/11 655
Intel Xeon E5-2620 0@2.00GHz 2012/Q1 2019/11 335
Intel Xeon E5-2650L v3@1.80GHz 2014/Q3 2019/11 386

Results can change but too low CPU clock will lead to low performance. 2.3GHz is most common CPU in Feb/2020.


DigitalOcean: General Purpose

CPU Launch date Encountered Single CPU score example
Intel Xeon Platinum 8168@2.70GHz 2017/Q3 2019/09 845

DigitalOcean: Memory Optimized

CPU Launch date Encountered Single CPU score example
Intel Xeon Gold 6140@2.30GHz 2017/Q3 2019/09 838

DigitalOcean: CPU Optimized

CPU Launch date Encountered Single CPU score example
Intel Xeon Platinum 8168 CPU@2.70GHz 2017/Q3 2018/10 847

Kagoya Cloud/2

CPU Launch date Encountered Single CPU score example
Intel Xeon E5-2660 v3@2.60GHz 2014/Q3 2019/12 1051
Intel Xeon Silver 4114@2.20GHz 2017/Q3 2020/01 1003

Not big difference


Linode: Nanode or Standard

CPU Launch date Encountered Single CPU score example
AMD EPYC 7642 48-Core Processor 2019/Q3 2022/01 1618
AMD EPYC 7542 32-Core Processor 2019/Q3 2020/11 1904
AMD EPYC 7601 32-Core Processor 2017/Q4 2020/06 1065
AMD EPYC 7501 32-Core Processor 2017/Q4 2019/03 1053
Intel Xeon Gold 6148 @2.40GHz 2017/Q3 2019/03 944
Intel Xeon E5-2697 v4@2.30GHz 2016/Q1 2019/03 836

Linode: Dedicated

CPU Launch date Encountered Single CPU score example
AMD EPYC 7542 32-Core Processor 2019/Q3 2020/07 1943
AMD EPYC 7601 32-Core Processor 2017/Q4 2020/06 1077
AMD EPYC 7501 32-Core Processor 2017/Q4 2020/06 632
Intel Xeon E5-2697 v4@2.30GHz 2016/Q1 2019/03 981

Linode: High Memory
CPU Launch date Encountered Single CPU score example
AMD EPYC 7601 32-Core Processor 2017/Q4 2020/06 1021
Intel Xeon E5-2697 v4@2.30GHz 2016/Q1 2020/06 720

Linode: GPU Plan

CPU Launch date Encountered Single CPU score example
Intel Xeon Gold 6148@2.40GHz 2017/Q3 2020/06 770

Upcloud

CPU Launch date Encountered Single CPU score example
AMD EPYC 7542 32-Core Processor 2019/Q3 2020/07 1908
Intel Xeon Gold 6136 CPU@3.00GHz 2017/Q3 2020/01 1300
Intel Xeon CPU E5-2687W v4@3.00GHz 2016/Q1 2020/07 1016

VPS not displaying real CPU information

Since it does not display real CPU information, it does not make sense to look at CPU information


Vultr

Virtual CPU 6db7dc0e7704


What is VPS?
  1. CPUs of VPS : How to judge whether it is good or not

OS & Virtual Environment
  1. How to switch to AlmaLinux from CentOS(RHE’s clone)
  2. How to upgrade to CentOS 8 from CentOS 7 and its merit
  3. Benchmark of performance degradation by Docker's overhead with knowhow of installation&usage of docker

Database
  1. MariaDB vs MySQL vs PostgreSQL: Flowchart to choose best RDB

Programming Language
  1. How to install PHP8