Search code examples
linuxcpucpu-architecture

How do I find my CPU topology?


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 how many cores are there per socket and threads too, if supported. Any idea?


Solution

  • you can use command

    lscpu

    this will give information

    for processor related info

    dmidecode -t processor