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.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
prefetch
Prefetch files show metadata related to file execution.
Column | Type | Description |
---|---|---|
accessed_directories | text | Directories accessed by application within ten seconds of launch. |
accessed_directories_count | integer | Number of directories accessed. |
accessed_files | text | Files accessed by application within ten seconds of launch. |
accessed_files_count | integer | Number of files accessed. |
filename | text | Executable filename. |
hash | text | Prefetch CRC hash. |
last_run_time | integer | Most recent time application was run. |
other_run_times | text | Other execution times in prefetch file. |
path | text | Prefetch file path. |
run_count | integer | Number of times the application has been run. |
size | integer | Application file size. |
volume_creation | text | Volume creation time. |
volume_serial | text | Volume serial number. |
select * from prefetch;