Query: struct_task_cputime
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTTASK_CPUTIME(9) Driver Basics STRUCT TASK_CPUTIME(9)NAMEstruct_task_cputime - collected CPU time countsSYNOPSISstruct task_cputime { cputime_t utime; cputime_t stime; unsigned long long sum_exec_runtime; };MEMBERSutime time spent in user mode, in cputime_t units stime time spent in kernel mode, in cputime_t units sum_exec_runtime total time spent on the CPU, in nanosecondsDESCRIPTIONThis is an extension of struct cputime that includes the total runtime spent by the task from the scheduler point of view. As a result, this structure groups together three kinds of CPU time that are tracked for threads and thread groups. Most things considering CPU time want to group these counts together and treat all three of them in parallel.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT TASK_CPUTIME(9)
Related Man Pages |
---|
struct_irq_chip(9) - centos |
struct_kgdb_arch(9) - centos |
mpstat(1) - centos |
struct_cmbdata(9) - suse |
struct_hrtimer(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
CentOS7 restoring file capabilities |
Shopt -s histappend |
CentOS 6 ran out of space, need to reclaim it |
Controlling user input |