Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Fleet Gitops
See every change, undo any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
More
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Fleet Gitops
See every change, undo any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
Apple
Linux
Windows
ChromeOS
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 |