Howdy, I wonder how this ‘Performance impact’ is d...
# fleet
d
Howdy, I wonder how this ‘Performance impact’ is determined (in scheduled queries)?
I presume this is from some info in
osquery_schedule
table.
l
Correct! And here's the logic that we currently use to translate
osquery_schedule
numbers to words: https://github.com/fleetdm/fleet/blob/main/frontend/utilities/helpers.ts#L659-L685
🙏 1