Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
memory_error_info
Data associated with errors of a physical memory array.
Column | Type | Description |
---|---|---|
device_error_address | text | 32 bit physical address of the error relative to the start of the failing memory address, in bytes |
error_granularity | text | Granularity to which the error can be resolved |
error_operation | text | Memory access operation that caused the error |
error_resolution | text | Range, in bytes, within which this error can be determined, when an error address is given |
error_type | text | type of error associated with current error status for array or device |
handle | text | Handle, or instance number, associated with the structure |
memory_array_error_address | text | 32 bit physical address of the error based on the addressing of the bus to which the memory array is connected |
vendor_syndrome | text | Vendor specific ECC syndrome or CRC data associated with the erroneous access |