https://github.com/osquery/osquery logo
#general
Title
# general
g

Guillaume

11/20/2018, 12:05 PM
@Prakhar Hi! Have you looked at the osquery_schedule table? it has a bunch of columns like wall_time, user_time, system_time and average_memory
p

Prakhar

11/20/2018, 12:19 PM
OK thanks I'll take a look. I'm guessing I'll have to implement some kind of JOIN with this table for each query to get execution data right ?
2 Views