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

command to display system info

Status
Not open for further replies.

gotchausa

Programmer
Jan 24, 2002
64
CA
Is there a Solaris command to list out system info such as the CPU speed, memory size, hard disk capacity of a particular machine?
 
Hi:

check out the prtconf, print system configuration, command.

Regards,

Ed
 
there als is a:
p??info -v
i am actually not on my unix box and cannot remember
the command, my be: psrinfo
try: find /bin /sbin /usr/sbin otherBinDir |grep "p*fo"
 
The command [tt]prsinfo -v[/tt] will give you number of CPUs and their speed.

Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top