Fleet’s built-in queries for collecting and storing important device information.
Apple
Linux
Windows
ChromeOS
Scheduled osquery statistics
Retrieves statistics about queries that are scheduled on a device.
SELECT *,
(SELECT value from osquery_flags where name = 'pack_delimiter') AS delimiter
FROM osquery_schedule
Vitals