Linux Per-Process CPU Runtime Statistics

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

To determine total time spend by the process in user and kernel modes:

total-time-proc = utime + stime

If we want to include time from children processes:

total-time-proc-plus-children = total-time-proc + cutime + cstime