Process Statistics

ProcessStats

Statistics about an execution of a process

Properties:
  • faults (Integer) – The number of page faults
  • peak_commit (Integer) – The peak amount of virtual memory used, in bytes (when available)
  • peak_rss (Integer) – The peak amount of memory actually used, in bytes
  • real (Integer) – The total duration of the invocation, measured in wall-clock time, in milliseconds
  • system (Integer) – The total amount of time spent in the kernel across all CPU cores, in milliseconds
  • user (Integer) – The total amount of time spent in user space across all CPU cores, in milliseconds