Answers for "linux how to check how many cores"

2

ubuntu check how many cores

cat /proc/cpuinfo | grep processor | wc -l
Posted by: Guest on October-15-2020
4

linux show number of cores

nproc
# 8
Posted by: Guest on October-07-2020

Code answers related to "linux how to check how many cores"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language