Tag Archives: cpu

SMP vs multi-core vs hyper-threading

How do I know if I have multiple cpu’s, multi-cores, ore just hyper-threading? look at /proc/cpuinfo and you will see: cat /proc/cpuinfo | egrep “physical id|core id|cpu cores” physical id : 0 core id : 0 cpu cores : 1 physical id : 0 core id : 0 cpu cores : 1 two CPUs in […]