Check Serial number for Linux machines
dmidecode -s system-serial-number
Find the number of Physical core in Linux
cat /proc/cpuinfo | grep "physical id" | sort | uniq | wc -l
dmidecode -s system-serial-number
Find the number of Physical core in Linux
cat /proc/cpuinfo | grep "physical id" | sort | uniq | wc -l
No comments:
Post a Comment