Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
video_info
Retrieve video card information of the machine.
Column | Type | Description |
---|---|---|
color_depth | integer | The amount of bits per pixel to represent color. |
driver | text | The driver of the device. |
driver_date | bigint | The date listed on the installed driver. |
driver_version | text | The version of the installed driver. |
manufacturer | text | The manufacturer of the gpu. |
model | text | The model of the gpu. |
series | text | The series of the gpu. |
video_mode | text | The current resolution of the display. |