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.
bpf_process_events
Track time/action process executions.
Column | Type | Description |
---|---|---|
cid | integer | Cgroup ID |
cmdline | text | Command line arguments |
cwd | text | Current working directory |
duration | integer | How much time was spent inside the syscall (nsecs) |
eid | integer | Event ID Not returned in SELECT * FROM bpf_process_events . |
exit_code | text | Exit code of the system call |
gid | bigint | Group ID |
json_cmdline | text | Command line arguments, in JSON format Not returned in SELECT * FROM bpf_process_events . |
ntime | text | The nsecs uptime timestamp as obtained from BPF |
parent | bigint | Parent process ID |
path | text | Binary path |
pid | bigint | Process ID |
probe_error | integer | Set to 1 if one or more buffers could not be captured |
syscall | text | System call name |
tid | bigint | Thread ID |
time | bigint | Time of execution in UNIX time Not returned in SELECT * FROM bpf_process_events . |
uid | bigint | User ID |