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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help Regarding details

Status
Not open for further replies.

uadmin

Technical User
Jun 13, 2001
122
GB
Hi

Could anyone tell me how i see what processor i have in a
n class server running 11.00.

Thanks
Simon Simon Peter Wickham
Email: s.wickham@zoom.co.uk
 
To determine the processor speed:

echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem
itick_per_usec:
itick_per_usec: 360

To determine the number of processors in use:

echo "runningprocs/D" | adb -k /stand/vmunix /dev/mem
runningprocs:
runningprocs: 2

Read Mike's FAQ for more information

patel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top