使命召唤linux服务器,Linux下使用dmidecode查看服务器的详细的硬件配置

news/2024/11/19 13:29:10/

dmidecode可以查看服务器硬件的详细配置,下面是DMI的类型:

语法格式:DB01:~ # dmidecode --help

Usage: dmidecode [OPTIONS]

Options are:

-d, --dev-mem FILE     Read memory from device FILE (default: /dev/mem)

-h, --help             Display this help text and exit

-q, --quiet            Less verbose output

-s, --string KEYWORD   Only display the value of the given DMI string

-t, --type TYPE        Only display the entries of given type

-u, --dump             Do not decode the entries

-V, --version          Display the version and exit

查看DMI的类型:DMI TYPES

The SMBIOS specification defines the following DMI types:

Type   Information

----------------------------------------

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

查看BIOS信息:DB01:~ # dmidecode -t

dmidecode: option requires an argument -- 't'

Type number or keyword expected

Valid type keywords are:

bios

system

baseboard

chassis

processor

memory

cache

connector

slot

DB01:~ # dmidecode -t bios

# dmidecode 2.9

SMBIOS 2.5 present.

Handle 0x0000, DMI type 0, 24 bytes

BIOS Information

Vendor: HP

Version: A15

Release Date: 05/02/2011

Address: 0xF0000

Runtime Size: 64 kB

ROM Size: 4096 kB

Characteristics:

PCI is supported

PNP is supported

BIOS is upgradeable

BIOS shadowing is allowed

ESCD support is available

Boot from CD is supported

Selectable boot is supported

EDD is supported

5.25"/360 KB floppy services are supported (int 13h)

5.25"/1.2 MB floppy services are supported (int 13h)

3.5"/720 KB floppy services are supported (int 13h)

Print screen service is supported (int 5h)

8042 keyboard services are supported (int 9h)

Serial services are supported (int 14h)

Printer services are supported (int 17h)

CGA/mono video services are supported (int 10h)

ACPI is supported

USB legacy is supported

BIOS boot specification is supported

Function key-initiated network boot is supported

Targeted content distribution is supported

查看系统信息:DB01:~ # dmidecode -t system

# dmidecode 2.9

SMBIOS 2.5 present.

Handle 0x0100, DMI type 1, 27 bytes

System Information

Manufacturer: HP

Product Name: ProLiant DL785 G5

Version: Not Specified

Serial Number: SGH030XF4X

UUID: 414D3432-3341-5347-4830-333058463458

Wake-up Type: Power Switch

SKU Number: AM423A

Family: ProLiant

Handle 0x2000, DMI type 32, 11 bytes

System Boot Information

Status: No errors detected

查看CPU的信息:DYDMSDB01:~ # dmidecode -t processor

# dmidecode 2.9

SMBIOS 2.5 present.

Handle 0x0400, DMI type 4, 40 bytes

Processor Information

Socket Designation: Proc 1

Type: Central Processor

Family: Opteron

Manufacturer: AMD

ID: 42 0F 10 00 FF FB 8B 17

Signature: Family 16, Model 4, Stepping 2

Flags:

FPU (Floating-point unit on-chip)

VME (Virtual mode extension)

DE (Debugging extension)

PSE (Page size extension)

TSC (Time stamp counter)

MSR (Model specific registers)

PAE (Physical address extension)

MCE (Machine check exception)

CX8 (CMPXCHG8 instruction supported)

APIC (On-chip APIC hardware supported)

SEP (Fast system call)

MTRR (Memory type range registers)

PGE (Page global enable)

MCA (Machine check architecture)

CMOV (Conditional move instruction supported)

PAT (Page attribute table)

PSE-36 (36-bit page size extension)

CLFSH (CLFLUSH instruction supported)

MMX (MMX technology supported)

FXSR (Fast floating-point save and restore)

SSE (Streaming SIMD extensions)

SSE2 (Streaming SIMD extensions 2)

HTT (Hyper-threading technology)

Version: Not Specified

Voltage: 1.4 V

External Clock: Unknown

Max Speed: 3000 MHz

Current Speed: 2500 MHz

Status: Populated, Enabled

Upgrade: Other

L1 Cache Handle: 0x0710

L2 Cache Handle: 0x0720

L3 Cache Handle: 0x0730

Serial Number: Not Specified

Asset Tag: Not Specified

Part Number: Not Specified

Core Count: 4

Core Enabled: 4

Thread Count: 4

Characteristics:

64-bit capable

Handle 0x0401, DMI type 4, 40 bytes

Processor Information

Socket Designation: Proc 2

Type: Central Processor

Family: Opteron

Manufacturer: AMD

ID: 42 0F 10 00 FF FB 8B 17

Signature: Family 16, Model 4, Stepping 2

Flags:

FPU (Floating-point unit on-chip)

VME (Virtual mode extension)

DE (Debugging extension)

PSE (Page size extension)

TSC (Time stamp counter)

MSR (Model specific registers)

PAE (Physical address extension)

MCE (Machine check exception)

CX8 (CMPXCHG8 instruction supported)

APIC (On-chip APIC hardware supported)

SEP (Fast system call)

MTRR (Memory type range registers)

PGE (Page global enable)

MCA (Machine check architecture)

CMOV (Conditional move instruction supported)

PAT (Page attribute table)

PSE-36 (36-bit page size extension)

CLFSH (CLFLUSH instruction supported)

MMX (MMX technology supported)

FXSR (Fast floating-point save and restore)

SSE (Streaming SIMD extensions)

SSE2 (Streaming SIMD extensions 2)

HTT (Hyper-threading technology)

Version: Not Specified

Voltage: 1.4 V

External Clock: Unknown

Max Speed: 3000 MHz

Current Speed: 2500 MHz

Status: Populated, Idle

Upgrade: Other

L1 Cache Handle: 0x0711

L2 Cache Handle: 0x0721

L3 Cache Handle: 0x0731

Serial Number: Not Specified

Asset Tag: Not Specified

Part Number: Not Specified

Core Count: 4

Core Enabled: 4

Thread Count: 4

Characteristics:

64-bit capable

查看物理内存的信息:DB01:~ # dmidecode -t 16

# dmidecode 2.9

SMBIOS 2.5 present.

Handle 0x0000, DMI type 0, 24 bytes

BIOS Information

Vendor: HP

Version: A15

Release Date: 05/02/2011

Address: 0xF0000

Runtime Size: 64 kB

ROM Size: 4096 kB

Characteristics:

PCI is supported

PNP is supported

BIOS is upgradeable

BIOS shadowing is allowed

ESCD support is available

Boot from CD is supported

Selectable boot is supported

EDD is supported

5.25"/360 KB floppy services are supported (int 13h)

5.25"/1.2 MB floppy services are supported (int 13h)

3.5"/720 KB floppy services are supported (int 13h)

Print screen service is supported (int 5h)

8042 keyboard services are supported (int 9h)

Serial services are supported (int 14h)

Printer services are supported (int 17h)

CGA/mono video services are supported (int 10h)

ACPI is supported

USB legacy is supported

BIOS boot specification is supported

Function key-initiated network boot is supported

Targeted content distribution is supported

其它硬件信息,也可以类似查看。这个命令结合dmesg去查看,收集的信息会比较全


http://www.ppmy.cn/news/377773.html

相关文章

“枪枪爆头”!用Python写个了使命召唤外挂

开发者(KaiFaX) 面向全栈工程师的开发者 专注于前端、Java/Python/Go/PHP的技术社区 来源 | yunlord.blog.csdn.net/?typeblog 前言 前段时间在网上看到《警惕AI外挂!我写了一个枪枪爆头的视觉AI,又亲手“杀死”了它》 这个视频…

ise portal 配置_使命召唤17需要什么配置?Golink免费加速器带来详细攻略

年货大作《使命召唤17》的B测成功也预示这“黑色行动”系列的正式回归,除了经典元素本次的《黑色行动冷战》也加入了许多全新的多人模式。虽然这次也是以线上模式为主但是这次开发商非常讨巧的没有舍弃单人战役,“僵尸模式”也将一同上线,玩家们看了直呼有“黑色行动”那味了。…

使命召唤手游怎么显示服务器无响应,使命召唤手游无法进入怎么处理

使命召唤手游明天即将开启公测,很多的玩家都收到了站内信息,但无法进入游戏,这是什么原因导致的?游戏无法进入该怎么处理?接下来小编就给介绍下游戏无法进入的处理方法。 游戏进不去 1.游戏进不去可能会是玩家当前所处…

maven pc配置要求_《使命召唤:黑色行动5》公开测试PC配置要求:推荐GTX970+i7

动视官方公开了《使命召唤:黑色行动5》的公开测试PC系统要求,从官方给出的信息来看,PC平台最低需求为GTX 670显卡i5 2500k处理器。 以下为官方公布的系统要求: PC公开测试最低配置需求 操作系统:Windows 7 64-Bit (SP…

ov5640帧率配置_《使命召唤 黑色行动 冷战》详细PC配置需求公布

发行商动视和开发者 Treyarch 和 Raven Software 发布了《使命召唤:黑色行动冷战》的官方 PC 预告片,并详细介绍了本作 PC 版的各个配置需求。 本作将于 11 月 13 日登陆 PS5、Xbox Series X|S、PS4、Xbox One 以及 PC(战网)平台。 配置详情 最低配置 操…

使命召唤手游服务器维护,使命召唤手游体验服4月5日维护公告

使命召唤手游体验服维护公告: 亲爱的战士: 欢迎您参加《使命召唤手游》体验服测试,将于4月5日进行停机维护,进行版本更新。 安卓客户端需要进行版本升级,iOS玩家由于苹果testflight发布流程原因将晚于安卓更新&#xf…

使命召唤10 计算机配置要求,使命召唤10配置要求

使命召唤10配置要求 2013-05-09 15:08:28来源:游戏下载编辑:评论(0) 使命召唤10配置要求,《使命召唤10:幽灵》由IW打造,采用次世代新引擎驱动,拥有全新的故事,角色,设定,…

抖音壁纸表情包小程序快手微信QQ四端小程序

流量主小程序,以DOUYIN壁纸表情包小程序举例 看下演示 流量主项目,比较热门的有壁纸表情包等图文内项目,抖音的客服给你介绍和搭建即 可。 演示私信