Search This Blog

How to get the actual number of cores?

How to get the actual number of CPU cores?

Open the terminal (CTRL + ALT + T)


$ cat /proc/cpuinfo | grep processor | wc -l

1



$ cat /proc/cpuinfo | grep 'core id'


core id : 0


No comments:

Post a Comment

Featured Post

Firefox Save Image as.. not work

Firefox Save Image as.. not work Note that this be an issue with "xdg-desktop-portal" and may have to install some packages like x...