Utility for monitoring ECC memory errors.
- discover system memory controllers and Chip-Select Rows (csrow)
- get stats for selected mc or csrow
Discovery memory controllers in system:
./ecc-memory discovery -type mc
[
{
"{#DEVICE.NAME}":"mc0"
},
{
"{#DEVICE.NAME}":"mc1"
}
]
Discovery csrow in system:
./ecc-memory discovery -type csrow
[
{
"{#DEVICE.NAME}":"mc0.csrow0"
},
{
"{#DEVICE.NAME}":"mc0.csrow1"
},
...
]
Get some memory controller statistic:
./ecc-memory stats -type mc -name mc1
Get some csrow statistic:
./ecc-memory stats -type csrow -name mc0.csrow1