Ferramenta para gerar relatório do seu Hardware.
lshw
Instalação:apt-get install lshw
Gerar relatório em html
lshw -html > inventário.html
lspci
Lista seus dispositivos pci
srv001:/var/www# lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 650/M650 Host (rev 01)00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS961 [MuTIOL Media IO] (rev 10)00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)00:03.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 90)00:0e.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)00:0f.0 Ethernet controller: VIA Technologies, Inc. VT6105 [Rhine-III] (rev 86)00:10.0 Ethernet controller: VIA Technologies, Inc. VT6105 [Rhine-III] (rev 86)01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display Adapter
Listas suas portas usb
lsusb
srv001:/var/www# lsusb
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Podemos usar o /proc para obter mais informações sobre o hardware.
CPU
cat /proc/cpuinfo
Memória
cat /proc/meminfo
DMA
cat /proc/dma
Interrupção
cat /proc/interrupts