Man Page: times
Operating Environment: opensolaris
Section: 3head
times.h(3HEAD) Headers times.h(3HEAD)NAMEtimes.h, times - file access and modification times structureSYNOPSIS#include <sys/times.h>DESCRIPTIONThe <sys/times.h> header defines the structure tms, which is returned by times() and includes the following members: clock_t tms_utime /* user CPU time */ clock_t tms_stime /* system CPU time */ clock_t tms_cutime /* user CPU time of terminated child processes */ clock_t tms_cstime /* system CPU time of terminated child processes */ The clock_t type is defined as described in <sys/types.h>.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+SEE ALSOtimes(2), types.h(3HEAD), attributes(5), standards(5) SunOS 5.11 10 Sep 2004 times.h(3HEAD)
| Related Man Pages |
|---|
| times(2) - redhat |
| times(3) - osf1 |
| times(3head) - sunos |
| times(3head) - opensolaris |
| times.h(3head) - sunos |
| Similar Topics in the Unix Linux Community |
|---|
| kswapd |
| how would you know your server was rebooted 3 times or 5 times |
| filtering the recursive ids in a file |
| CPU utilization by processes |
| CPU and Cores information |