1、查看主板信息:dmidecode | grep -i 'serial number' 需要用根用户才能查看主板序列号
cat /proc/pci ===>查看板卡信息
2、查看cpu信息 cat /proc/cpuinf
dmesg |grep -i 'cpu' ====>查看开机 cpu信息
dmidecode -t processor ====>cpu信息
3、硬盘信息 fdisk -l ===>分区情况
df -h ====>查看大小情况
du -h ====>使用情况
hdparm -I /dev/sda ====>查看硬盘信息
dmesg | grep sda
4、内存信息 cat /proc/meminfo
dmesg|grep mem
free -m
vmstat
dmidecode | grep -t memory
5、网卡信息 dmesg|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'
阅读(1967) | 评论(0) | 转发(0) |