Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • 3
    One chip (socket) with two cores that shows up as a total of four CPUs to the system due to hyper-threading. Commented May 10, 2017 at 9:02
  • 2
    @Kusalananda, The CPU(s) in the lscpu gives the number of logical central processing units (number of cores ) in one physical CPU. Isn't it ? Commented May 10, 2017 at 9:06
  • @saisasanka Yes. Related question: unix.stackexchange.com/questions/88283/… Commented May 10, 2017 at 9:09
  • 1
    @saisasanka In this case, there are 4 CPUs and 2 cores in 1 socket. The socket is physical, as are the cores on it. Each core shows as 2 CPUs ("Threads per core"). Commented May 10, 2017 at 9:11
  • CPU(s) = Core(s) per socket * Thread(s) per core Commented Jul 3, 2017 at 6:57