Questions tagged [rasdaemon]

3 questions
3
votes
0 answers

How to monitor RAM ECC errors on i7-3612QE processor in Linux?

I would like to monitor the health of the DRAM on an industrial single-board computer with the following memory controller: $ lspci -nn | grep DRAM 00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core processor DRAM Controller [8086:0154] (rev…
Martin Konrad
  • 2,090
  • 2
  • 16
  • 32
2
votes
1 answer

Interpret disk errors output from ras-mc-ctl --summary

When I run ras-mc-ctl --summary I get the following output: No Memory errors. No PCIe AER errors. No Extlog errors. No devlink errors. Disk errors summary: 0:0 has 15356 errors 0:2064 has 4669 errors 0:2816 has 594 errors No MCE…
Newbyte
  • 856
  • 1
  • 9
  • 31
2
votes
1 answer

Multiple Tracing Events Readers

Question Does the tracing pipes in Linux, for tracing events, accepts simultaneous readers? Context I am trying to get traces from the RAS subsystem while running some benchmarks. This subsystem reports hardware error events using trace events. The…