Published
- 1 min read
linux check core count
The solution for this is noted below
linux check core count
Solution
# this should show count of processor cores
cat /proc/cpuinfo | grep -i processor | wc -l
Try other methods by searching on the site. That is if this doesn’t work