How do I find my CPU topology?

前端 未结 5 1335
滥情空心
滥情空心 2021-02-20 07:43

I am using Intel(R) Core(TM) i5 CPU M 560 @ 2.67GHz as I found out from cat /proc/cpuinfo. But I want to know exact hierarchy like how many sockets are there, and h

5条回答
  •  臣服心动
    2021-02-20 08:44

    You can look at the core id and cpu cores values in /proc/cpuinfo. They should provide the values you need.

    Alternatively, look at the specifications page of your processor.

提交回复
热议问题