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.
Infrastructure as code
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.
Infrastructure as code
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_info
Main memory information in bytes.
| Column | Type | Description |
|---|---|---|
| active | bigint | The total amount of buffer or page cache memory, in bytes, that is in active use |
| buffers | bigint | The amount of physical RAM, in bytes, used for file buffers |
| cached | bigint | The amount of physical RAM, in bytes, used as cache memory |
| inactive | bigint | The total amount of buffer or page cache memory, in bytes, that are free and available |
| memory_available | bigint | The amount of physical RAM, in bytes, available for starting new applications, without swapping |
| memory_free | bigint | The amount of physical RAM, in bytes, left unused by the system |
| memory_total | bigint | Total amount of physical RAM, in bytes |
| swap_cached | bigint | The amount of swap, in bytes, used as cache memory |
| swap_free | bigint | The total amount of swap free, in bytes |
| swap_total | bigint | The total amount of swap available, in bytes |