Login  Register

Re: reg cpu

Posted by ErmanArslansOracleBlog on May 02, 2018; 8:13am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/reg-cpu-tp5844p5847.html

what I can say by lookinh at the things you wrote here is;

2 have 2 CPU. Each of them has 4 cores and you have Hyper threading enabled.

So you have 8 cores in total.
As you have HT enabled, you have 16 vcpus in total.

If you have the program dmidecode installed, you can have a good output of your cpu arch..

Here is an example:

[root@odavm1 ~]#  dmidecode -t 4 | egrep -i "Designation|Intel|core|thread"
        Socket Designation: P0 -- this is the 1 st cpu
        Manufacturer: Intel
                HTT (Hyper-threading technology)
        Version: Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz
        Core Count: 12
        Core Enabled: 12
        Thread Count: 24 --as a result of hyper threading


      Socket Designation: P1 -- this is the 2 nd cpu
        Manufacturer: Intel
                HTT (Hyper-threading technology)
        Version: Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz
        Core Count: 12
        Core Enabled: 12
        Thread Count: 24   --as a result of Hyper Threading