struct_task_cputime(9) suse man page | unix.com

Man Page: struct_task_cputime

Operating Environment: suse

Section: 9

STRUCT
TASK_CPUTIME(9) Driver Basics STRUCT TASK_CPUTIME(9)
NAME
struct_task_cputime - collected CPU time counts
SYNOPSIS
struct task_cputime { cputime_t utime; cputime_t stime; unsigned long long sum_exec_runtime; };
MEMBERS
utime 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 nanoseconds
DESCRIPTION
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.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 STRUCT TASK_CPUTIME(9)
Related Man Pages
struct_device_driver(9) - centos
havedisk(3n) - hpux
rstat(3n) - hpux
struct_irq_chip(9) - suse
struct_kgdb_arch(9) - suse
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Grant unprivileged user rights to see the output of echo|format but not modify disks
Migrating to UNIX
Update kernel Linux without reboot?!
Tar Command