본문 바로가기

OS/Windows

windows 메모리 정보 확인

반응형

1. 현재 사용중인 메모리 정보

## wmic memorychip get <필드명>

>wmic
wmic:root\cli>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
         17179869184  실제 메모리  Win32_PhysicalMemory  64         실제 메모리  A1             8                                                                               002C0000002C  0                  실제 메모리                        18ASF2G72AZ-2G3B1                                                    1FAB22DD           2400           Physical Memory 0  72          16512

 

2. 메모리 슬롯 정보

 - MaxCapacity : 총 사용가능한 메모리량

 - MemoryDevices : 총 슬롯 수

## wmic memphysical get <필드명>

>wmic
wmic:root\cli>memphysical
Caption           CreationClassName          Depth  Description       Height  HotSwappable  InstallDate  Location  Manufacturer  MaxCapacity  MemoryDevices  MemoryErrorCorrection  Model  Name              OtherIdentifyingInfo  PartNumber  PoweredOn  Removable  Replaceable  SerialNumber  SKU  Status  Tag                      Use  Version  Weight  Width
실제 메모리 배열  Win32_PhysicalMemoryArray         실제 메모리 배열                                     3                       67108864     4              5                             실제 메모리 배열                                                                                                  Physical Memory Array 0  3
반응형