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.
            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 |