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.
apfs_physical_stores
Information about APFS physical stores from the diskutil apfs list -plist
command.
Column | Type | Description |
---|---|---|
container_capacity_ceiling | bigint | The total amount of space in the container |
container_capacity_free | bigint | The amount of remaining free space in the container |
container_designated_physical_store | text | The disk displayed as the backing store of the container. There may be multiple,
use apfs_physical_stores to see all actual physical stores |
container_fusion | text | Whether this container is on a "fusion drive" (i.e. SSHD) |
container_reference | text | The current reference for the APFS container, e.g. "disk3" |
container_uuid | text | The UUID of the APFS Contianer |
identifier | text | The current identifier of the physical store (e.g. disk1s2) |
size | bigint | The size of the physical store in byptes |
uuid | text | The UUID of the physical store |
This table is not a core osquery table. It is included as part of Fleet's agent (fleetd).