http://blog.csdn.net/zg_hover/article/details/25984642008linux应用--硬件信息查看

1, 主板信息

.查看主板的序列号

--------------------------------------------------

#使用命令

dmidecode | grep -i 'serial number'

#查看板卡信息

cat /proc/pci

--------------------------------------------------

2, cpu信息

--------------------------------------------------

#通过/proc文件系统

1) cat /proc/cpuinfo

#通过查看开机信息

2) dmesg | grep -i 'cpu'

#

3)dmidecode -t processor

--------------------------------------------------

3, 硬盘信息

--------------------------------------------------

#查看分区情况

fdisk -l

#查看大小情况

df -h

#查看使用情况

du -h

#

hdparm -I /dev/sda

#

dmesg | grep sda

--------------------------------------------------

4, 内存信息

--------------------------------------------------

1) cat /proc/meminfo

2) dmesg | grep mem

3) free -m

4) vmstat

5) dmidecode | grep -i mem

--------------------------------------------------

5, 网卡信息

--------------------------------------------------

1) dmesg | grep -i 'eth'

2) cat /etc/sysconfig/hwconf | grep -i eth

3) lspci | grep -i 'eth'

--------------------------------------------------

6, 鼠标键盘和USB信息

查看键盘和鼠标:cat /proc/bus/input/devices

查看USB设备:cat /proc/bus/usb/devices

查看各设备的中断请求(IRQ):cat /proc/interrupts

7, 显卡信息

--------------------------------------------------

1)lspci |grep -i 'VGA'

2)dmesg | grep -i 'VGA'

--------------------------------------------------

8, 声卡信息

--------------------------------------------------

1)lspci |grep -i 'VGA'

2)dmesg | grep -i 'VGA'

--------------------------------------------------

7, 其他命令

.用硬件检测程序kuduz探测新硬件:service kudzu start ( or restart)

.dmesg (查看所有启动时检测到的硬件信息)

.lspci (显示外设信息, 如usb,网卡等信息)

.cat /etc/sysconfig/hwconf

.mpstat

8, 需要手动安装的工具

lshw,hwinfo,hal-device-manager

9, Solaris如何检测硬件参数

俺从别处发现了些有意思的东西:

Solaris的硬件相关命令

发表:2004-3-8 11:20:36 出处:你的博客网(yourblog.org)

--------------------------------------------------------------------------------

1).查看当前处理器的类型和速度(主频)

# psrinfo –v

Status of processor 1 as of: 11/24/01 10:34:41

Processor has been on-line since 11/24/01 10:18:20.

The sparcv9 processor operates at 432 MHz,

and has a sparcv9 floating point processor.

Status of processor 3 as of: 11/24/01 10:34:41

Processor has been on-line since 11/24/01 10:18:22.

The sparcv9 processor operates at 432 MHz,

and has a sparcv9 floating point processor.

2).打印当前的OBP版本号

# prtconf –V

OBP 3.20.0 2000/10/24 10:47

# /usr/platform/sun4u/sbin/prtdiag –v | grep OBP

OBP 3.20.0 2000/10/24 10:47 POST 6.1.0 2000/10/24 10:49

ok. .version

Release 3.20 Version 0 created 2000/10/24 10:47

OBP 3.20.0 2000/10/24 10:47

POST 6.1.0 2000/10/24 10:49

OBDIAG 4.5.1 2000/10/24 10:48

3).查看硬盘物理信息(vendor, RPM, Capacity)

# iostat –E

sd0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0

Vendor: SEAGATE Product: ST34371W SUN4.2G Revision: 7462 Serial No:

JDX394220KW EBC

Size: 4.29GB <4292075520 bytes>;

Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0

Illegal Request: 0 Predictive Failure Analysis: 0

sd2 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0

Vendor: FUJITSU Product: MAJ3364M SUN36G Revision: 0804 Serial No: 01M18144

Size: 36.42GB <36418595328 bytes>;

Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0

Illegal Request: 0 Predictive Failure Analysis: 0

sd3 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0

Vendor: FUJITSU Product: MAJ3364M SUN36G Revision: 0804 Serial No: 01M16199

Size: 36.42GB <36418595328 bytes>;

Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0

Illegal Request: 0 Predictive Failure Analysis: 0

sd21 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0

Vendor: TOSHIBA Product: DVD-ROM SD-M1401 Revision: 1007 Serial No: 06/22/00

Size: 18446744073.71GB ;

Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0

Illegal Request: 0 Predictive Failure Analysis: 0

4).查看磁盘的几何参数和分区信息

# prtvtoc /dev/rdsk/c0t0d0s0

* /dev/rdsk/c0t0d0s0 partition map

*

* Dimensions:

* 512 bytes/sector

* 135 sectors/track

* 16 tracks/cylinder

* 2160 sectors/cylinder

* 3882 cylinders

* 3880 accessible cylinders

*

* Flags:

* 1: unmountable

* 10: read-only

*

* Unallocated space:

* First Sector Last

* Sector Count Sector

* 8277120 103680 8380799

*

* First Sector Last

* Partition Tag Flags Sector Count Sector Mount Directory

0 2 00 0 2049840 2049839 /

1 3 01 2049840 615600 2665439

2 5 00 0 8380800 8380799

5 0 00 2665440 2458080 5123519 /opt

6 4 00 5123520 3073680 8197199 /usr

7 8 00 8197200 79920 8277119 /export/home

5).显示已经使用和未使用的i-node数目

# df –F ufs –o i

Filesystem iused ifree %iused Mounted on

/dev/dsk/c0t0d0s0 7859 479821 2% /

/dev/dsk/c0t0d0s6 37763 339517 10% /usr

/dev/dsk/c0t0d0s5 722 301102 0% /opt

/dev/dsk/c0t0d0s7 4 24380 0% /export/home

6).显示cpu使用率最高的进程

# ps –eo pid,pcpu,args | sort +1n

该命令输出当前系统进程的pid, CPU占用率及命令描述,并以pcpu来排序

7).显示内存占用率最高的进程

# ps –eo pid,vsz,args | sort +1n

该命令输出当前系统进程的pid,内存占用率及命令描述,并以vsz来排序

8).查看及启动系统的32位或64位内核模式

64位模式

# isalist –v

sparcv9+vis sparcv9 sparcv8plus+vis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7

sparc

# isainfo –v

64-bit sparcv9 applications

32-bit sparc applications

# isainfo –b

64

启动64位内核模式

ok. boot kernel/sparcv9/unix

32位模式

# isalist –v

sparcv8plus+vis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc

# isainfo –v

32-bit sparc applications

# isainfo –b

32

启动32位模式

ok. boot kernel/unix

9).查看当前的OpenWindows版本

# showrev –w

OpenWindows version:

X11 Version 6.4.1 5 November 2001

10).查看当前CDE的版本

# /usr/ccs/bin/what /usr/dt/bin/dtmail

/usr/dt/bin/dtmail:

CDE Version 1.4.6_06

CDEVersion1.4.6_06

11).测定当前的显示器刷新频率

/usr/sbin/ffbconfig –rev /?

Valid values for -res option are:

1024x768x60 [1]

1024x768x70 [1]

1024x768x75 [1] [2]

1024x768x77

1024x800x84

1152x900x66

1152x900x76

1280x800x76 [1] [2]

1280x1024x60 [1] [2]

1280x1024x67

1280x1024x76

1280x1024x85 [1] [2]

960x680x112s

960x680x108s

640x480x60 [1] [2]

640x480x60i [1]

768x575x50i [1]

1440x900x76 [1] [2]

1600x1000x66 [1] [2]

1600x1000x76 [1] [2]

1600x1280x76 [1] [2]

1920x1080x72 [1] [2]

1920x1080x76 [1] [2]

1920x1200x70 [1] [2]

1920x1200x75 [1] [2]

svga [1]

1152

1280

stereo

vga [1] [2]

ntsc [1]

pal [1]

none

Notes:

[1] monitor does not support this resolution.

[2] this version of FFB (FFB1) does not support this resolution

12).查看系统配置

# /usr/platform/sun4u/sbin/prtdiag –v

System Configuration: Sun Microsystems sun4u Sun Enterprise 450 (2 X

UltraSPAR

C-II 432MHz)

System clock frequency: 86 MHz

Memory size: 1024 Megabytes

========================= CPUs =========================

Run Ecache CPU CPU

Brd CPU Module MHz MB Impl. Mask

--More--

--- --- ------- ----- ------ ------ ----

SYS 1 1 432 4.0 US-II 10.0

SYS 3 3 432 4.0 US-II 10.0

========================= Memory =========================

Interlv. Socket Size

Bank Group Name (MB) Status

---- ----- ------ ---- ------

0 none 1901 256 OK

0 none 1902 256 OK

0 none 1903 256 OK

0 none 1904 256 OK

0 none 1701 256 OK

0 none 1702 256 OK

========================= IO Cards =========================

No failures found in System

===========================

========================= Environmental Status =========================

System Temperatures (Celsius):

------------------------------

AMBIENT 20

CPU 1 40

CPU 3 40

=================================

Front Status Panel:

-------------------

Keyswitch position is in On mode.

System LED Status: POWER GENERAL ERROR ACTIVITY

[ ON] [OFF] [ ON]

DISK ERROR THERMAL ERROR POWER SUPPLY ERROR

[OFF] [OFF] [OFF]

Disk LED Status: OK = GREEN ERROR = YELLOW

DISK 2: [OK] DISK 3: [OK]

DISK 0: [OK] DISK 1: [EMPTY]

=================================

Fans:

-----

Fan Bank Speed Status

-------- ----- ------

CPU 49 OK

PWR 31 OK

Power Supplies:

---------------

Supply Rating Temp Status

------ ------ ---- ------

0 550 W 33 OK

1 550 W 33 OK

========================= HW Revisions =========================

ASIC Revisions:

---------------

STP2223BGA: Rev 4

STP2223BGA: Rev 4

STP2223BGA: Rev 4

STP2003QFP: Rev 1

STP2205BGA: Rev 1

System PROM revisions:

----------------------

OBP 3.20.0 2000/10/24 10:47 POST 6.1.0 2000/10/24 10:49

# sysdef

*

* Hostid

*

80fee99b

*

* sun4u Configuration

*

*

* Devices

*

packages (driver not attached)

terminal-emulator (driver not attached)

deblocker (driver not attached)

obp-tftp (driver not attached)

disk-label (driver not attached)

SUNW,builtin-drivers (driver not attached)

sun-keyboard (driver not attached)

ufs-file-system (driver not attached)

chosen (driver not attached)

openprom (driver not attached)

client-services (driver not attached)

options, instance #0

aliases (driver not attached)

memory (driver not attached)

virtual-memory (driver not attached)

associations (driver not attached)

slot2disk (driver not attached)

slot2led (driver not attached)

slot2dev (driver not attached)

pci, instance #0

ebus, instance #0

auxio (driver not attached)

……

# prtconf –D

System Configuration: Sun Microsystems sun4u

Memory size: 1024 Megabytes

System Peripherals (Software Nodes):

SUNW,Ultra-4

packages

terminal-emulator

deblocker

obp-tftp

disk-label

SUNW,builtin-drivers

sun-keyboard

ufs-file-system

chosen

openprom

client-services

options, instance #0 (driver name: options)

aliases

memory

virtual-memory

associations

slot2disk

slot2led

slot2dev

pci, instance #0 (driver name: pcipsy)

ebus, instance #0 (driver name: ebus)

auxio

power (driver name: power)

SUNW,pll

sc

se, instance #0 (driver name: se)

su, instance #0 (driver name: su)

…..

13).查看当前系统中已经应用的补丁

# showrev –p

Patch: 109618-01 Obsoletes: Requires: Incompatibles: Packages: SUNWeuxwe,

SUN

Weuezt, SUNWeudlg, SUNWeudda

Patch: 109889-01 Obsoletes: 109353-04 Requires: Incompatibles: Packages:

SUNWk

vmx, SUNWkvm, SUNWmdb, SUNWhea, SUNWpstl, SUNWpstlx

Patch: 110369-05 Obsoletes: 110709-02 Requires: Incompatibles: Packages:

SUNWk

vmx, SUNWcarx, SUNWcsr

Patch: 110370-03 Obsoletes: 111643-01 Requires: Incompatibles: Packages:

SUNWk

vmx, SUNWkvm, SUNWmdb, SUNWhea, SUNWpstl, SUNWpstlx

Patch: 110373-04 Obsoletes: 111508-01 Requires: Incompatibles: Packages:

SUNWk

vmx, SUNWcarx, SUNWcsr

Patch: 110374-08 Obsoletes: 110136-02, 110516-02 Requires: Incompatibles:

Pack

ages: SUNWkvmx, SUNWcarx, SUNWcar, SUNWcsr, SUNWmdbx

…..

14).显示当前的运行级别

# who –rH

NAME LINE TIME IDLE PID COMMENTS

. run-level 3 Nov 24 10:18 3 0 S

15).查找一个文件所从属的包

# pkgchk –lp /usr/lib/sendmail

Pathname: /usr/lib/sendmail

Type: regular file

Expected mode: 4555

Expected owner: root

Expected group: bin

Expected file size (bytes): 761368

Expected sum(1) of contents: 41707

Expected last modification: Sep 24 03:13:13 2001

Referenced by the following packages:

SUNWsndmu

Current status: installed

16).查看当前的bind版本信息

# nslookup –class=chaos –q=txt version.bind

Server: ns.lnpta.net.cn

Address: 202.96.64.68

linux 查看手机硬件信息失败,linux下硬件信息的查看总结相关推荐

  1. linux装入u盘分区失败,linux下U盘分区表修复解决识别问题

    平台:redhat9.FC5.S3c2410Embedded Linux 硬件:KingSton 2.0 1G USB Disk(默认未更改) 问题描述: 1.在RH9下插入U盘用fdisk -l命令 ...

  2. linux系统获取用户信息失败怎么办,异常详细信息: System.Data.SqlClient.SqlException: 用户 'NT AUTHORITY\IUSR' 登录失败解决办法...

    最近在做.NET项目,因为本人以前做Java较多,所以对.NET不熟悉,在项目完成后部署到IIS服务器上出现诸多问题,以上其中之一,若有时间,在更新其他问题的解决办法! 异常详细信息: System. ...

  3. linux安装源码mysql失败,linux停mysql源码安装

    当前位置:我的异常网» Linux/Unix » linux停mysql源码安装 linux停mysql源码安装 www.myexceptions.net  网友分享于:2013-07-19  浏览: ...

  4. linux 的手机操作系统下载地址,Linux系统运维之下载Linux操作系统地址

    本文主要向大家介绍了Linux系统运维的下载Linux操作系统地址,通过具体的内容向大家展现,希望对的大家学习Linux运维知识有所帮助. 有很多初次接触Linux的新人都会发问,应该到哪里下载Lin ...

  5. 第五人格获取服务器信息失败,第五人格获取版本信息失败怎么办 获取版本信息失败解决办法[图]...

    第五人格获取版本信息失败怎么办?有很多玩家遇到了这个问题,主要是游戏需要进行更新检查,获取失败就不能保证当前的游戏版本是最新的,就不能进入游戏,下面小编带来了解决办法! 获取版本信息失败解决办法: 1 ...

  6. linux 网卡硬件信息失败,linux 查看硬件信息,网卡、CPU、硬盘

    查看网卡型号 [root@server]# lspci | grep Ethernet 00:19.0 Ethernet controller: Intel Corporation 82567V-2 ...

  7. linux查看进程的信息失败,Linux查看端口、进程信息

    1.linux上如何查看端口 通常情况下,某个端口号会被莫名其妙的占用了.却不知道什么东东占用了,影响心情.通过如下命令,即可查看某一个端口号是否被占用 1)lsof -i:端口号,即可查看某一端口的 ...

  8. linux查看系统的版本信息失败,Linux - 查看系统的版本信息

    PropertyMetadata和UIPropertyMetadata的一点区别 使用UIPropertyMetadata写一个Brush的依赖属性. System.Windows.Applicati ...

  9. linux配置samba用户时失败,Ubuntu下Samba的设置,及用户登录失败的解决

    摘自:http://wiki.ubuntu.org.cn/Samba Samba是Ubuntu和Windows进行网络共享的工具,比如分享打印机,互相之间传输资料文件. 安装Samba 安装samba ...

最新文章

  1. 最新OCR开源神器来了!
  2. 提高电路板EMC能力PCB设计和布线方法
  3. 组策略之(5)-------电源管理设置
  4. SQL Server 2008 R2——分组取前几名
  5. Java线程简单总结
  6. word文档怎么限制编辑(禁止编辑、只读)?
  7. VTK:Points之PowercrustExtractSurface
  8. Java程序员应该知道的10个Eclipse调试技巧
  9. Coolite动态加载CheckboxGroup,无法在后台中获取
  10. spgwr | R语言与地理加权回归(Ⅰ-1):线性地理加权回归
  11. 深析在线教育下半场机遇逻辑 掌门教育论道蓝鲸教育大会
  12. 在endnote中制作GB/T7714《文后参考文献著录规则》的输出格式 及 编辑Output Styles中特殊符号说明
  13. em算法 实例 正态分布_4-EM算法原理及利用EM求解GMM参数过程
  14. 【密码学】一文读懂ZUC算法
  15. 一周学习总结:vue学前准备知识
  16. 前端学习-JavaScript每日一题-数组扁平化
  17. Word双栏和单栏的转换
  18. 测绘大地测量乙级资质新申请条件及办理流程
  19. 如何用Python从海量文本抽取主题?
  20. 微信已发图片群里服务器撤回,怎样撤回微信群发的信息?撤不回怎么办?

热门文章

  1. 2007 Office System Beta2 Technical Refresh 下载
  2. LeetCode-MySQL-174. 第二高的薪水
  3. Redis之渐进式rehash
  4. Java中哪些可以作为GC Roots
  5. RabbitMQ (一) MQ介绍以Linux下RabbitMq环境安装
  6. RabbitMQ 拓展基础组件封装思路
  7. C#中get和SET
  8. 信用评分系统运行原理中篇-分箱逻辑
  9. 深入了解Java的SPI机制
  10. msg_p!=(void*) 0 --消息邮箱(点滴学习)