Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to know both cpu used

Status
Not open for further replies.

tyagineeraj

IS-IT--Management
Joined
Mar 27, 2001
Messages
16
Location
IN
Hi All,

any one know how to find both cpu's are used by solaris 8
on e-450.

mpstat command reports in cpu colum numb 2 always. what it mean.

Thanks
Neeraj
 
/usr/sbin/psrinfo –v


ps -edf -o pcpu,pid,user,arg # shows percent cpu first
 
Top will show jobs running on the processors.
MikeC
 
Hi,
maybe im wrong, but if you want to know if the cpu's are recognized by solaris try the "prtdiag" - Command.
Take a look in /usr/platform/<your platform>/sbin/

hope it help

mikel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top