Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux check core count

# this should show count of processor cores
cat /proc/cpuinfo | grep -i processor | wc -l 
 
PREVIOUS NEXT
Tagged: #linux #check #core #count
ADD COMMENT
Topic
Name
2+1 =