Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在谷歌上搜索了一段时间,无法发现是否有一种通用方法可以查看给定工作站中使用的内存类型(pc2700、pc3200 等)。有谁知道如何提取这些信息?
在WMI,使用Win32_PhysicalMemory。
WMI
Win32_PhysicalMemory
在Linux,使用dmidecode -t memory。
Linux
dmidecode -t memory