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

Root Google Pixel 4 Android 13 with Ubuntu 22.04 LTS

  Root Google Pixel 4 Android 13 – Ubuntu 22.04 LTS using terminal 1. Install Google Chrome (no Chromium)                ...