How do I find my CPU topology?

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

    You can use likwid-topology -g to get cpu hierarchy. This is not available by default in linux, you can install in ubuntu with sudo apt-get install likwid

提交回复
热议问题