On Tue, Jun 28, 2005 at 11:26:54AM -0400, Eduardo Bezerra wrote: > Does anyone know what utime and stime task_struct fields mean? They are used to track the time a process spent in user mode or system mode, respectively. See update_process_times [1]. Clemens [1] http://lxr.linux.no/source/kernel/timer.c#L813 -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/