Join Slack
Powered by
can I use osquery to measure how long a program to...
# general
z
Zach Zeid
01/28/2024, 3:35 AM
can I use osquery to measure how long a program took to execute?
m
Mike Myers
01/30/2024, 7:13 PM
Maybe, by catching all the process events (starts and exits) and then computing the program execution time (as wall clock time)
2
Views
Open in Slack
Previous
Next