Check complete core CPU information present in different Operating system like Linux, HP, SOLARIS, AIX, Windows
Command to check the CPU information from Operating System:
LINUX:
# cat /proc/cpuinfo
SOLARIS:
# psrinfo –v
# prtdiag
or
# prtdiag | grep SUNW
# prtconf
AIX:
# lscfg -l proc*
and
# lsattr -El
HP-UX:
# machinfo
Windows
wmic cpu get /format:value
Advertisements