简体   繁体   English

发现内存类型

[英]Discovering memory type

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. 我已经搜索了一段时间,无法发现是否存在一种通用方法来查看给定工作站中使用了哪种类型的内存(pc2700,pc3200等)。 Does anyone know how to extract this information? 有人知道如何提取此信息吗?

In WMI , use Win32_PhysicalMemory . WMI ,使用Win32_PhysicalMemory

In Linux , use dmidecode -t memory . Linux ,使用dmidecode -t memory

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM