Tuesday, July 22, 2014

check processors in linux machine

check processors in linux machine



Get the list of physical processors:
===========================

cat /proc/cpuinfo | grep -i "^physical id" | sort | uniq | wc -l


Check the no of cores in the linux system:
============================
oracle@obiwan /u01/app/oracle #  cat /proc/cpuinfo | grep -i "^processor" | wc -l

No comments:

Post a Comment