/proc/pid/stat
Jump to navigation
Jump to search
Internal
Overview
Example
Content
/proc/[PID]/stat
- 14 utime - CPU time spent in user code, measured in clock ticks
- 15 stime - CPU time spent in kernel code, measured in clock ticks
- 16 cutime - Waited-for children's CPU time spent in user code (in clock ticks)
- 17 cstime - Waited-for children's CPU time spent in kernel code (in clock ticks)
- 22 starttime - Time when the process started, measured in clock ticks