Main Menu

Search

LINUX: DMIDECODE Command To Check Total Memory on Linux Machine

Below dmidecode command can be used to check the total memory on the Linux Machine.

dmidecode -t memory | grep -i size | grep MB


Below is example snippet of above command.


# dmidecode -t memory | grep -i size | grep MB
        Size: 5120 MB

Products to which Article Applies


All Linux Environments

Additional References
https://www.linuxtechi.com/dmidecode-command-examples-linux/






tarun boyella

No comments:

Post a Comment