Quote:
|
Originally Posted by toby25
How do I know the number of CPUs and each CPU speed in mutipartition environment?
Thanks
toby
|
Linux: cat /proc/cpuinfo
Solaris: "psrinfo -v"
AIX: "lsdev -Cc processor"
(I haven't done these in awhile, this is from my notes, hopefully they're correct)