-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Diagnostics
-
Fully Compatible
-
Service Arch 2018-11-05, Service Arch 2018-11-19
We currently capture rusage but only to find hard page faults (see here). Almost all of the other fields in rusage are useful except for the maximum resident set, which we capture through the proc filesystem instead. Given that we've spent the time to make the syscall anyway, we should record the other useful info like context switches and soft faults.