I am familiar with a command on Solaris, namely "psrinfo". This
dispalys that # of CPUs on a box + additional info. Is there a similar
command on Linux that will display the # of CPUs on a system and any
info about the CPUs ( make/model/etc.)?
-- jrj
Jeff Jenkins wrote:
>
> I am familiar with a command on Solaris, namely "psrinfo". This
> dispalys that # of CPUs on a box + additional info. Is there a similar
> command on Linux that will display the # of CPUs on a system and any
> info about the CPUs ( make/model/etc.)?
cat /proc/cpuinfo
Helge Hafting
On Sun, 2 Jun 2002, Jeff Jenkins wrote:
> I am familiar with a command on Solaris, namely "psrinfo". This
> dispalys that # of CPUs on a box + additional info. Is there a similar
> command on Linux that will display the # of CPUs on a system and any
> info about the CPUs ( make/model/etc.)?
`cat /proc/cpuinfo` should give you the required information.
Regards,
Zwane Mwaikambo
--
http://function.linuxpower.ca
Jeff Jenkins wrote:
> I am familiar with a command on Solaris, namely "psrinfo". This
> dispalys that # of CPUs on a box + additional info. Is there a
> similar command on Linux that will display the # of CPUs on a system
> and any info about the CPUs ( make/model/etc.)?
well, there's always "cat /proc/cpuinfo" -
Joe