设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客

检查和收集 Linux 硬件信息的 7 个命令

2014-5-15 09:33| 发布者: 红黑魂| 查看: 7180| 评论: 0|来自: 开源中国编译

摘要: 在Linux系统中,有许多命令可用于查询主机的硬件信息。一些命令只针对特定的硬件组件,比如CPU、内存,一些命令可以查询多个硬件信息。这篇文章只是简单的让每个人了解查询硬件信息的基本命令使用,包括lscpu、hwinf ...

4. lspci

lsppci命令可列出PCI总线的信息以及连接到PCI总线上的设备信息,比如VGA适配器、SATA控制器、其他模块等等。lspci工具是pciutils包的一部分,所以在安装lspci之前,你需要安装pciutils包。

安装pciutils包使用下面的命令:

1#yum install pciutils
01[root@devops tmp]# yum install pciutils
02Loaded plugins: fastestmirror
03Loading mirror speeds from cached hostfile
04 * base: mirrors.aliyun.com
05 * extras: mirrors.aliyun.com
06 * updates: mirrors.aliyun.com
07Setting up Install Process
08Resolving Dependencies
09--> Running transaction check
10---> Package pciutils.x86_64 0:3.1.10-2.el6 will be installed
11--> Processing Dependency: pciutils-libs = 3.1.10-2.el6 for package: pciutils-3.1.10-2.el6.x86_64
12--> Running transaction check
13---> Package pciutils-libs.x86_64 0:3.1.4-11.el6 will be updated
14---> Package pciutils-libs.x86_64 0:3.1.10-2.el6 will be an update
15--> Finished Dependency Resolution
16 
17Dependencies Resolved
18 
19Installing:
20 pciutils                         x86_64                    3.1.10-2.el6               
21 
22      85 k
23Updating for dependencies:
24 pciutils-libs                    x86_64                    3.1.10-2.el6                 
25 
26      34 k
27 
28.....  
29 
30Dependency Updated:
31  pciutils-libs.x86_64 0:3.1.10-2.el6                                                                            
32 
33Complete!

示例:

1[root@devops tmp]# lspci 
200:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)
300:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
400:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
500:01.2 USB controller: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] (rev 01)
600:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 01)
700:02.0 VGA compatible controller: Cirrus Logic GD 5446
800:03.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device (rev 01)
9[root@devops tmp]#


5. lsusb-列出USB总线信息

这个命令可列出USB控制器的设备信息。

lsusb工具是usbutils包的一部分,所以你需要按照如下命令安装:

1#yum install usbutils

01[root@devops tmp]# yum install usbutils
02Loaded plugins: fastestmirror
03Loading mirror speeds from cached hostfile
04 * base: mirrors.aliyun.com
05 * extras: mirrors.aliyun.com
06 * updates: mirrors.aliyun.com
07Setting up Install Process
08Resolving Dependencies
09--> Running transaction check
10---> Package usbutils.x86_64 0:003-4.el6 will be installed
11--> Processing Dependency: libusb-1.0.so.0()(64bit) for package: usbutils-003-4.el6.x86_64
12--> Running transaction check
13---> Package libusb1.x86_64 0:1.0.9-0.6.rc1.el6 will be installed
14--> Finished Dependency Resolution
15 
16Dependencies Resolved
17 
18============================================
19 
20============
21 Package                     Arch                      Version                              
22 
23      Size
24=======================================================
25============
26Installing:
27 usbutils                    x86_64                    003-4.el6                                  
28 
29      71 k
30Installing for dependencies:
31 libusb1                     x86_64                    1.0.9-0.6.rc1.el6                      
32 
33      80 k
34 
35Transaction Summary
36================================================================
37 
38============
39Install       2 Package(s)
40 
41Total download size: 152 k
42Installed size: 377 k
43Is this ok [y/N]: y
44Downloading Packages:
45(1/2): libusb1-1.0.9-0.6.rc1.el6.x86_64.rpm                                                     
46 
47 00:00     
48(2/2): usbutils-003-4.el6.x86_64.rpm                                               
49 
50 00:00     
51--------------------------------------------------------
52 
53------------
54Total                                                                                     
55 
56 00:00     
57Running rpm_check_debug
58Running Transaction Test
59Transaction Test Succeeded
60Running Transaction
61  Installing : libusb1-1.0.9-0.6.rc1.el6.x86_64                                                                  
62 
63       1/2 
64  Installing : usbutils-003-4.el6.x86_64                                                                         
65 
66       2/2 
67  Verifying  : usbutils-003-4.el6.x86_64                                                                         
68 
69       1/2 
70  Verifying  : libusb1-1.0.9-0.6.rc1.el6.x86_64                                                                  
71 
72       2/2 
73 
74Installed:
75  usbutils.x86_64 0:003-4.el6                                                                                    
76 
77Dependency Installed:
78  libusb1.x86_64 0:1.0.9-0.6.rc1.el6                                                                             
79 
80Complete!


示例:

1[root@devops tmp]# lsusb
2Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
3Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd 
4[root@devops tmp]#

6. lsblk-列出块设备的信息

1[root@devops tmp]# lsblk
2NAME    MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
3xvda    202:0    0    20G  0 disk 
4└─xvda1 202:1    0    20G  0 part /
5xvdb    202:16   0    10G  0 disk 
6└─xvdb1 202:17   0    10G  0 part /alidata
7sr0      11:0    1   362K  0 rom

7. lsscsi-列出SCSI的设备信息

列出SCSI/SDAT设备的信息,比如硬盘驱动器、光盘驱动器。

1[root@devops tmp]# lsscsi
2[1:0:0:0]    cd/dvd  QEMU     QEMU DVD-ROM     0.10  /dev/sr0 
3[root@devops tmp]#

完毕!Enjoy this!


英文原文:7 Linux commands to check/gather hardware information in linux system


参与翻译(1人)

酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部