Below dmidecode command can be used to check the total memory on the Linux Machine.
Below is example snippet of above command.
Products to which Article Applies
All Linux Environments
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
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