How to check if ECC is enabled and working

From Notes to self
Revision as of 13:46, 14 November 2013 by Verbovet (talk | contribs)
Jump to navigation Jump to search

via How to Check ECC RAM Functionality by Matt Bach (Puget Labs)

  • Memtest86+
  • # dmidecode -t memory | grep "Error Correction Type"
  • ecc_check
    • source, local copy
    • $ gcc ecc_check.c -o ecc_check
    • # ./ecc_check
    • values in the far-right column:
0: ECC disabled