Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to get the hardware information of Linux server in dmidecode

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article shows you how to get Linux server hardware information in dmidecode. The content is concise and easy to understand. It will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.

First, dmidecode to view the motherboard information

The code is as follows:

Dmidecode-T2

Second, dmidecode queries memory information

The code is as follows:

Dmidecode-t 16

Here you can see the maximum amount of memory that the current server is allowed to expand.

Third, check the current number of memory and slots

The code is as follows:

Dmidecode | grep-P-A5 "Memory Device" | grep Size

Fourth, check the number of memory bars.

The code is as follows:

Dmidecode-t 17

We can see that the current server is 4GB memory, and then see the above data, we can know that it is a stick of memory.

Fifth, view CPU information

The code is as follows:

Dmidecode-t 4

We can also use the cat / proc/cpuinfo command to view the CPU information.

Sixth, check the server hard disk information

The code is as follows:

Cat / proc/scsi/scsi

Seventh, dmidecode to check the memory rate

The code is as follows:

Dmidecode | grep-A16 "Memory Device" | grep 'Speed'

The above content is how to obtain Linux server hardware information in dmidecode. Have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report