dtlchm 发表于 2008-09-08 16:11

solaris 10查看硬件资源

查看CPU
root@s11:~# prtdiag
System Configuration: Dell Inc. PowerEdge SC1430
BIOS Configuration: Dell Inc. 1.2.4 03/26/2007
==== Processor Sockets ====================================
Version                        Location Tag
-------------------------------- --------------------------
Intel(R) Xeon(R) CPU         E5310@ 1.60GHz CPU_0
Intel(R) Xeon(R) CPU         E5310@ 1.60GHz CPU_1
==== Memory Device Sockets ================================
Type    Status Set Device Locator      Bank Locator
------- ------ --- ------------------- --------------------
未知    in use 1   DIMM1               
未知    in use 1   DIMM2               
未知    in use 3   DIMM5               
未知    in use 3   DIMM6               
==== On-Board Devices =====================================
Embedded ATI ES1000 Video
Embedded Broadcom 5751 NIC
==== Upgradeable Slots ====================================
IDStatus    Type             Description
--- --------- ---------------- ----------------------------
1   available PCI Express      PCI1
3   available PCI Express      PCI3
4   in use    PCI            PCI4
5   available PCI-X            PCI5
6   available PCI-X            PCI6
查看CPU是几核的
root@s11:~# psinfo -v
-bash: psinfo: command not found
root@s11:~# psrinfo -v
Status of virtual processor 0 as of: 09/08/2008 16:00:23
自 08/07/2008 12:55:30 开始已在运行。
The i386 processor operates at 1600 MHz,
      and has an i387 compatible floating point processor.
Status of virtual processor 1 as of: 09/08/2008 16:00:23
自 08/07/2008 12:55:44 开始已在运行。
The i386 processor operates at 1600 MHz,
      and has an i387 compatible floating point processor.
Status of virtual processor 2 as of: 09/08/2008 16:00:23
自 08/07/2008 12:55:44 开始已在运行。
The i386 processor operates at 1600 MHz,
      and has an i387 compatible floating point processor.
Status of virtual processor 3 as of: 09/08/2008 16:00:23
自 08/07/2008 12:55:44 开始已在运行。
The i386 processor operates at 1600 MHz,
      and has an i387 compatible floating point processor.
Status of virtual processor 4 as of: 09/08/2008 16:00:23
自 08/07/2008 12:55:44 开始已在运行。
The i386 processor operates at 1600 MHz,
      and has an i387 compatible floating point processor.
Status of virtual processor 5 as of: 09/08/2008 16:00:23
自 08/07/2008 12:55:44 开始已在运行。
The i386 processor operates at 1600 MHz,
      and has an i387 compatible floating point processor.
Status of virtual processor 6 as of: 09/08/2008 16:00:23
自 08/07/2008 12:55:44 开始已在运行。
The i386 processor operates at 1600 MHz,
      and has an i387 compatible floating point processor.
Status of virtual processor 7 as of: 09/08/2008 16:00:23
自 08/07/2008 12:55:44 开始已在运行。
The i386 processor operates at 1600 MHz,
      and has an i387 compatible floating point processor.
查看内存
root@s11:~# prtconf | grep 'Memory'
Memory size: 8192 Megabytes

查看磁盘
root@s11:~# iostat -E
cmdk0   Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Model: WDC WD2500YS-18 Revision:Serial No:      WD-WCANY32 Size: 250.00GB
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0
cmdk1   Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Model: ST3320620AS   Revision:Serial No:             5QF Size: 320.07GB
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/21041/showart_1170016.html

o0不知火舞0o 发表于 2009-11-03 14:17

受教了!!!

saintdragon 发表于 2009-11-27 10:30

studying......
页: [1]
查看完整版本: solaris 10查看硬件资源