CPU Commands on Solaris

Hello,

I have a couple of questions regarding CPU information commands. I am looking for a command to run in order to get information that answers the following questions :

-number of cores

-number of processors

-hyperthreading in use?

-any cores disabled?

-are they always disabled?

Any help is appreciated.

[362 byte] By [LSUa] at [2007-11-26 18:13:32]
# 1

I am not sure why you ask on the clustering forum, but have a look at the output of:

/usr/sbin/psrinfo -v

/usr/sbin/psrinfo -pv

/usr/sbin/prtdiag -v

Some infos are highly dependand on the hardware platform you use, e.g. some systems have system processors which can e.g. blacklist components then not seen by Solaris at all.

Greets

Thorsten

Thorsten.Frueaufa at 2007-7-9 5:46:38 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
Sorry i posted in the wrong subsection. (ADMIN Please delete)
LSUa at 2007-7-9 5:46:39 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 3
i want to know the command to see how many processors are running in cpc.i know that to the process is prstat .but i what to know how to see how many processors in cpc
santhoshmscit@gmail.coma at 2007-7-9 5:46:39 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 4

> i want to know the command to see how many processors

> are running in cpc.i know that to the process is

> prstat .but i what to know how to see

> how many processors in cpc

What is cpc?

You can see processors on a system with 'psrinfo' and 'psrinfo -vp'.

--

Darren

Darren_Dunhama at 2007-7-9 5:46:39 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...