Chinaunix首页 | 论坛 | 博客
  • 博客访问: 406793
  • 博文数量: 126
  • 博客积分: 4025
  • 博客等级: 上校
  • 技术积分: 1970
  • 用 户 组: 普通用户
  • 注册时间: 2009-03-18 18:09
文章分类

全部博文(126)

文章存档

2009年(126)

我的朋友

分类: LINUX

2009-05-03 14:54:58

命令dmidecode 可以查看系统的硬件信息,命令用法为dmidecode -t type,其中“type"可以是系统信息种类,也可以是系统信息种类的代码,例如:dmidecode -t 17,可以查看内存大小,条数、在哪个插槽上等信息,dmidecode -t 17等同于dmidecode -t Memory Device,让type=其它代码就可以查看其它的系统信息,下面是系统信息代码表:
          0   BIOS
          1   System
          2   Base Board
          3   Chassis
          4   Processor
          5   Memory Controller
          6   Memory Module
          7   Cache
          8   Port Connector
          9   System Slots
         10   On Board Devices
         11   OEM Strings
         12   System Configuration Options
         13   BIOS Language
         14   Group Associations
         15   System Event Log
         16   Physical Memory Array
         17   Memory Device
         18   32-bit Memory Error
         19   Memory Array Mapped Address
         20   Memory Device Mapped Address
         21   Built-in Pointing Device
         22   Portable Battery
         23   System Reset
         24   Hardware Security
         25   System Power Controls
         26   Voltage Probe
         27   Cooling Device
         28   Temperature Probe
         29   Electrical Current Probe
         30   Out-of-band Remote Access
         31   Boot Integrity Services
         32   System Boot
         33   64-bit Memory Error
         34   Management Device
         35   Management Device Component
         36   Management Device Threshold Data
         37   Memory Channel
         38   IPMI Device
         39   Power Supply
阅读(800) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~