linux 系统下获取有关硬件方面的信息
DMI Desktop Management Interface 收集电脑系统信息的管理系统, 严格遵守SMBIOS规范的前提下进行。
DMI 充当了管理工具和系统层接口的角色。DMI主要组成部分是Management Information Format(MIF)数据库
dmidecode -t processor
查看服务器型号 dmidecode | grep 'Product Name'
查看主板序列号 dmidecode | grep 'Serial Number'
查看系统序列号 dmidecode -s system-serial-number
查看内存信息 dmidecode -t memory
查看OEM信息 dmidecode -t 11