find memory slots system linux
dmidecode command helps to find information about BIOS in human readable format.
The following command enable to determine Maximum Capacity and count of devices [slots].
dmidecode -t 16
The following command enable to determine current Capacity and count of devices [slots].
dmidecode -t 17
The following command provide complete information about memory
dmidecode -t memory
Reference:
http://www.linuxnix.com/2013/01/find-ram-slots-infousing-dmidecodelshw-in-linux.html
dmidecode command helps to find information about BIOS in human readable format.
The following command enable to determine Maximum Capacity and count of devices [slots].
dmidecode -t 16
The following command enable to determine current Capacity and count of devices [slots].
dmidecode -t 17
The following command provide complete information about memory
dmidecode -t memory
Reference:
http://www.linuxnix.com/2013/01/find-ram-slots-infousing-dmidecodelshw-in-linux.html
No comments:
Post a Comment