How can I view RAM timings on Linux?

0
5
Asked By MellowCedar42 On

I can see my memory speed, such as DDR3-1600, with CPU-X, but it doesn't display the full timing values in the usual format like 9-9-9-24. Is there a Linux program or command that can show the RAM timings?

3 Answers

Answered By BrightMosaic5 On

CPU-Z can display timings, but it’s a Windows utility, so it isn’t a practical option on Linux.

MellowCedar42 -

Thanks—that’s helpful. I’m specifically looking for a Linux-native option, so I’ll check the BIOS and try hardinfo2 or decode-dimms.

Answered By QuartzPanda7 On

Check your BIOS/UEFI first, since it usually lists the configured memory timings. On Linux, hardinfo2 may also report them, and decode-dimms can read the timing information stored in the RAM module’s SPD data.

Answered By NimbleHarbor8 On

If decode-dimms reports that no EEPROM was found, the required SPD-related kernel module may not be loaded. It may suggest loading modules such as at24 or ee1004; hardware or firmware limitations can also prevent the SPD data from being read.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.