Check RAM slot in Linux using dmidecode

By: | Comments: 10 Comments

Posted in categories: Computer Tips, Work related

# dmidecode
can see the server chasing information such as server tag, server model, product model and more…

# dmidecode -t -17 | grep Size
to can view the RAM size that been installed and the slot not yet installed RAM.

To check the maximum RAM capacity can installed..
# dmidecode -t 16

# dmidecode | grep -i size
output also same as what you need.

dmidecode can retrieve a lot data. RAM model, speed also can be retrieve.

10 Comments

Leave a Reply