Software >> OS >> Unix >> Solaris >> How to determine the system's memory size, cpu informationMemory # prtconf | grep Memory
CPU to show processor info and physical processor count # psrinfo -pv to show the bit size of the processor's native instruction set # isainfo -b
|