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
lxd_networks
LXD network information.
| Column | Type | Description |
|---|---|---|
| bytes_received | bigint | Number of bytes received on this network |
| bytes_sent | bigint | Number of bytes sent on this network |
| hwaddr | text | Hardware address for this network |
| ipv4_address | text | IPv4 address |
| ipv6_address | text | IPv6 address |
| managed | integer | 1 if network created by LXD, 0 otherwise |
| mtu | integer | MTU size |
| name | text | Name of the network |
| packets_received | bigint | Number of packets received on this network |
| packets_sent | bigint | Number of packets sent on this network |
| state | text | Network status |
| type | text | Type of network |
| used_by | text | URLs for containers using this network |
select * from lxd_networks