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!

Hardware info

Status
Not open for further replies.

Tonatiuh

Technical User
Joined
Nov 19, 2005
Messages
2
Location
MX
Sun SPARC Solaris 8

I am really newbie in Solaris.

I want to know (a command or script) the CPU count, CPU clock speed, and physcal memory of my system.

¿how can I do that?
 
Khz:

prtdiag reports 84 Mhz of CPU clocl:

# prtdiag -v
System Configuration: Sun Microsystems sun4u Sun Blade 100 (UltraSPARC-IIe)
System clock frequency: 84 MHz
Memory size: 0Mb
Segmentation Fault - core dumped

And prtdiag Report 502 Mhz of CPU clock:

# psrinfo -v
Status of processor 0 as of: 11/20/05 14:06:11
Processor has been on-line since 11/17/05 21:36:38.
The sparcv9 processor operates at 502 MHz,
and has a sparcv9 floating point processor.

What is the correct?
 
System clock frequency is not the same as processor frequency. 502MHz is the correct speed for your CPUs.

Tonatiuh said:
Memory size: 0Mb
Segmentation Fault - core dumped

This doesn't look good! Are you sure you're running prtdiag for the correct architecture? Try this instead perhaps:

[tt]/usr/platform/`uname -i`/sbin/prtdiag -v[/tt]





Annihilannic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top