“查看CPU和物理内存”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) (建立内容为“查看CPU<syntaxhighlight lang="shell-session"> pi@raspberrypi:~ $ cat /proc/cpuinfo </syntaxhighlight>”的新页面) |
Jihongchang(讨论 | 贡献) |
||
第1行: | 第1行: | ||
查看CPU<syntaxhighlight lang="shell-session"> | 查看CPU<syntaxhighlight lang="shell-session"> | ||
pi@raspberrypi:~ $ cat /proc/cpuinfo | pi@raspberrypi:~ $ cat /proc/cpuinfo | ||
+ | </syntaxhighlight>查看物理内存<syntaxhighlight lang="shell-session"> | ||
+ | [root@iZ8vbcjkeqbrdmmbt23vboZ ~]# dmidecode --type 17 | ||
+ | # dmidecode 3.2 | ||
+ | Getting SMBIOS data from sysfs. | ||
+ | SMBIOS 2.8 present. | ||
+ | |||
+ | Handle 0x1100, DMI type 17, 40 bytes | ||
+ | Memory Device | ||
+ | Array Handle: 0x1000 | ||
+ | Error Information Handle: Not Provided | ||
+ | Total Width: Unknown | ||
+ | Data Width: Unknown | ||
+ | Size: 2048 MB | ||
+ | Form Factor: DIMM | ||
+ | Set: None | ||
+ | Locator: DIMM 0 | ||
+ | Bank Locator: Not Specified | ||
+ | Type: RAM | ||
+ | Type Detail: Other | ||
+ | Speed: Unknown | ||
+ | Manufacturer: Alibaba Cloud | ||
+ | Serial Number: Not Specified | ||
+ | Asset Tag: Not Specified | ||
+ | Part Number: Not Specified | ||
+ | Rank: Unknown | ||
+ | Configured Memory Speed: Unknown | ||
+ | Minimum Voltage: Unknown | ||
+ | Maximum Voltage: Unknown | ||
+ | Configured Voltage: Unknown | ||
+ | |||
</syntaxhighlight> | </syntaxhighlight> |
2022年8月12日 (五) 23:46的版本
查看CPU
pi@raspberrypi:~ $ cat /proc/cpuinfo
查看物理内存
[root@iZ8vbcjkeqbrdmmbt23vboZ ~]# dmidecode --type 17
# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 2.8 present.
Handle 0x1100, DMI type 17, 40 bytes
Memory Device
Array Handle: 0x1000
Error Information Handle: Not Provided
Total Width: Unknown
Data Width: Unknown
Size: 2048 MB
Form Factor: DIMM
Set: None
Locator: DIMM 0
Bank Locator: Not Specified
Type: RAM
Type Detail: Other
Speed: Unknown
Manufacturer: Alibaba Cloud
Serial Number: Not Specified
Asset Tag: Not Specified
Part Number: Not Specified
Rank: Unknown
Configured Memory Speed: Unknown
Minimum Voltage: Unknown
Maximum Voltage: Unknown
Configured Voltage: Unknown