Linux – How to check RAM timings in linux

linuxmemory

In windows, CPUz provides info about memory timings. Is it possible to view that in linux? Is there any app that can show me the memory timings of the RAM currently installed in my system?

EDIT: I want to know the CAS latency. CPUz screenshot:

enter image description here

Best Answer

Memtest will show you the timings and I found on the ubuntuforums that i2c-tools will give you what you're looking for with these commands:

sudo modprobe eeprom    
decode-dimms
Related Question