Process Statistics¶
- Schema URL: https://cocotec.io/schemas/cp/process-stats-v1.schema.json
- Root schema: ProcessStats
-
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