How do I find my CPU topology?

前端 未结 5 1274
滥情空心
滥情空心 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:23

    you can use command

    lscpu

    this will give information

    for processor related info

    dmidecode -t processor

提交回复
热议问题