So I’m trying to use osquery to get percent cpu usage per process. My approach is adding another column to the processes table that samples the user time and system time for each process, finds the difference and divides by sample time. Do you guys know of a better or faster way of doing this?