본문 바로가기
OS-OE Knowledge/Windows KB

Gathering memory information

by 스쳐가는인연 2013. 12. 2.

Command Line 에서 아래 명령을 수행하고 결과를 얻을 수 있다.

 

C:\> wmic memorychip

 

BankLabel  Capacity    Caption          CreationClassName     DataWidth  Description      DeviceLocator         FormFactor  HotSwappable  InstallDate  InterleaveDataDepth  InterleavePosition  Manufacturer  MemoryType  Model  Name             OtherIdentifyingInfo  PartNumber         PositionInRow  PoweredOn  Removable  Replaceable  SerialNumber  SKU  Speed  Status  Tag                TotalWidth  TypeDetail  Version 
BANK 2     4294967296  Physical Memory  Win32_PhysicalMemory  64         Physical Memory  Bottom-Slot 2(under)  12                                     1                    1                   Elpida        0                  Physical Memory                        EBJ41UF8BCS0-DJ-F  1                                                 CB73055C           1333           Physical Memory 1  64          128                 

 

이거 어찌 읽어야 한단 말이여 ㅡ.ㅡ;

 

C:\> wmic memorychip > c:\dimminfo.txt

 

BankLabel  Capacity    Caption                CreationClassName       DataWidth  Description           ...
BANK 2      4294967296  Physical Memory  Win32_PhysicalMemory  64             Physical Memory   ...

Text로 결과를 생성하면, 보기 좋게 정렬 된다.

 

출처

http://faq.hostway.co.kr/Windows_ETC/2654

반응형