1, motherboard information
. View the serial number of the motherboard
--------------------------------------------------
#使用
Command
Dmidecode | Grep-i ' Serial number '
#查看板卡信息
Cat/proc/pci
--------------------------------------------------
2, CPU information
--------------------------------------------------
#通过/proc File
System
1) Cat/proc/cpuinfo
#通过查看开机信息
2) DMESG | Grep-i ' CPU '
#
3) DMIDECODE-T processor
--------------------------------------------------
3, hard drive information
--------------------------------------------------
#查看分区情况
Fdisk-l
#查看大小情况
Df-h
#查看使用情况
Du-h
#
Hdparm-i/DEV/SDA
#
DMESG | grep SDA
--------------------------------------------------
4, Memory information
--------------------------------------------------
1) Cat/proc/meminfo
2) DMESG | grep mem
3) free-m
4) Vmstat
5) Dmidecode | Grep-i Mem
--------------------------------------------------
5, Nic Information
--------------------------------------------------
1) DMESG | Grep-i ' ETH '
2) cat/etc/sysconfig/hwconf | Grep-i ETH
3) Lspci | Grep-i ' ETH '
--------------------------------------------------
6, mouse keyboard and USB information
Viewing the keyboard and mouse: Cat/proc/bus/input/devices
View USB devices: Cat/proc/bus/usb/devices
View each
Equipment
Interrupt Request (IRQ): cat/proc/interrupts
7, video card information
--------------------------------------------------
1) lspci |grep-i ' VGA '
2) DMESG | Grep-i ' VGA '
--------------------------------------------------
8, sound card information
--------------------------------------------------
1) lspci |grep-i ' VGA '
2) DMESG | Grep-i ' VGA '
--------------------------------------------------
7, other commands
Kuduz probing for new hardware with hardware detection program: Service kudzu start (or restart)
. DMESG (View all hardware information detected at startup)
. LSPCI (Display peripheral information, such as USB, NIC, etc.)
. cat/etc/sysconfig/hwconf
. mpstat
8, manual installation required
Tools
Lshw,hwinfo,hal-device-manager
Ubuntu View System Configuration