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
process_open_pipes
Pipes and partner processes for each process.
| Column | Type | Description |
|---|---|---|
| fd | bigint | File descriptor |
| inode | bigint | Pipe inode number |
| mode | text | Pipe open mode (r/w) |
| partner_fd | bigint | File descriptor of shared pipe at partner's end |
| partner_mode | text | Mode of shared pipe at partner's end |
| partner_pid | bigint | Process ID of partner process sharing a particular pipe |
| pid | bigint | Process ID |
| type | text | Pipe Type: named vs unnamed/anonymous |
select * from process_open_pipes