by admin

Linux Check Memory Slots

  1. Linux Check Memory Slots Instant
  2. Linux Check Memory Size
  3. Linux Check Memory Slots No Deposit

May 30, 2013 8027952 K total memory 4114688 K used memory 1960100 K active memory 1849792 K inactive memory 3913264 K free memory 132240 K buffer memory 1667108 K swap cache 15624188 K total swap 573224 K used swap 15050964 K free swap 931285 non-nice user cpu ticks 6391 nice user cpu ticks 152567 system cpu ticks 7019826 idle cpu ticks 181109 IO-wait cpu. Linux Check Memory Slots, fs 2020 slots, sheet metal slot punch sizes, planet seven casino +1 844-432-0570. 18+, T&C Apply, New Customers Only.

Translation(s): English - Français - Italiano - Русский

?Discussion

How to identify a device > RAM

Linux Check Memory Slots

How to identify the installed Memory / RAM.

Many people simply use free, which is available on every Debian system, to list the quantity of RAM installed (detected). Gnome users can install and use the hardinfo. KDE user can use kinfocenter.

free

free is the Unix command to know about free/used/available memory on your system:

under Gnome: hardinfo

Gnomes's System Information (Hardinfo in Menu Applications/System Tools, from package:hardinfo) has an information page on the RAM installed.

under KDE: KInfocenter

KDE's KInfoCenter (in K Menu / System / KInfoCenter Info Center, from package:kcontrol) has an information page on the RAM installed.

dmidecode

Linux Check Memory Slots Instant

dmidecode can be used to query the motherboards DMI zone about RAM, Ram Slot(s) and Memory Controller:

dmidecode -t memory is equivalent to running the 4 commands below (i.e dmidecode -t 5 -t 6 -t 16 -t 17)

Memory Device

Memory Controller Information

Memory Module Information

lshw

Linux Check Memory Size

Slots

You can also check information about RAM (like speed, type, etc) using lshw (from package lshw).

References

  • manpages: free(1), dmidecode(8)

This is our sixth post on getting hardware information. In this post we will see how to get RAM details such as size, speed, make, maximum capacity allowed RAM etc. We already covered some hardware related stuff in this series so far as given below.
Get BIOS, Firmware, Hardware And Drivers Details in Linux/Unix

Example1: Find RAM size(Total, available, used) in Linux. We can use below five methods to get details.
free

Want to understand free command output? check our post on free command.

Linux Check Memory Slots

Output:

top

Check our excelent post to understand Linux top command output.

Output:

Output:

Output:

dmidecode –type memory
or
dmidecode -t 17

Output:

Example 2: Get RAM information like location, Maximum capacity of RAM supported, number of RAM devices present and sa lot info.

Output:

Example 3: Find RAM information like Type of RAM(SD RAM or DDR2/3), Speed, Manufacture etc

Output:

In our next post in this series we will see BIOS and Processer details.

The following two tabs change content below.

Linux Check Memory Slots No Deposit

Mr Surendra Anne is from Vijayawada, Andhra Pradesh, India. He is a Linux/Open source supporter who believes in Hard work, A down to earth person, Likes to share knowledge with others, Loves dogs, Likes photography. He works as Devops Engineer with Taggle systems, an IOT automatic water metering company, Sydney . You can contact him at surendra (@) linuxnix dot com.
  • Docker: How to copy files to/from docker container - June 30, 2020
  • Anisble: ERROR! unexpected parameter type in action: Fix - June 29, 2020
  • FREE: JOIN OUR DEVOPS TELEGRAM GROUPS - August 2, 2019
  • Review: Whizlabs Practice Tests for AWS Certified Solutions Architect Professional (CSAP) - August 27, 2018
  • How to use ohai/chef-shell to get node attributes - July 19, 2018