osquery
SQL powered operating system instrumentation, monitoring, and analytics by Linux Foundation.
Why consider osquery?
osquery is an open-source operating system instrumentation framework created by Facebook and maintained by the Linux Foundation. Written in C++, it exposes OS attributes (running processes, loaded kernel modules, open sockets, hardware) as SQL tables.
Learn osquery by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of osquery
osquery allows security engineers and sysadmins to query infrastructure state using simple SQL commands.
Quickstart
# Interactive SQL query shellosqueryi "SELECT pid, name, path FROM processes WHERE on_disk = 0;"osquery is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
bpytop
Python port of bashtop with game-like UI, responsive mouse support, and hardware sensors.
bashtop
Linux resource monitor showing usage and stats for processor, memory, disks, network, and processes.
SchemaHero
Kubernetes-native declarative database schema management and table migration operator.