发现内存类型
我已经在谷歌上搜索了一段时间,但无法发现是否有通用的方法来查看给定工作站中使用的内存类型(pc2700、pc3200 等)。 有谁知道如何提取这些信息?
I have been googling for awhile now and cannot discover if there is a generic way to see what type of memory (pc2700, pc3200, etc.) is used within a given workstation. Does anyone know how to extract this information?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在
WMI
中,使用Win32_PhysicalMemory
。在
Linux
中,使用dmidecode -t memory
。In
WMI
, useWin32_PhysicalMemory
.In
Linux
, usedmidecode -t memory
.