How to find number of CPU cores on Windows

In this article, we will see how to find number of CPU cores on Windows operating system with different methods.

We can obtain cpu cores information by running any of below commands.
A physical core is an actual physical processor core in your CPU. A logical core (also known as logical processors) is more of a programming abstraction than an actual physical entity. Continue reading How to find number of CPU cores on Windows

How to find number of CPU cores in Linux

In this article, we will see how to find number of CPU cores in Linux with different methods.

One can obtain the number of CPUs or cores in Linux from the command line. The /proc/cpuinfo file stores CPU and system architecture dependent items, for each supported architecture. We have to look at sockets and cores per socket.

Find the number of CPU cores in Linux

Continue reading How to find number of CPU cores in Linux