tail head cat sleep
QR code linking to this page

Manpage  — TIMES

BEZEICHNUNG

times - Abfrage der Prozesszeiten

INHALT

ÜBERSICHT

#include <sys/times.h>

clock_ttimes(structtms*buf);

BESCHREIBUNG

times speichert die aktuellen Prozesszeiten in buf.

struct tms ist definiert in /usr/include/sys/times.h:

struct  tms  {
clock_t tms_utime;  /* Benutzer-Zeit */
clock_t tms_stime;  /* System-Zeit */
clock_t tms_cutime; /* Benutzer-Zeit der Child-Prozesse */
clock_t tms_cstime; /* System-Zeit der Child-Prozesse */
};

times gibt die Anzahl der Zeittakte zurück, die seit dem letzten Neustart des Systems vergangen sind.

KONFORM ZU

SVr4, SVID, POSIX, X/OPEN, BSD 4.3

SIEHE AUCH

time(1) [Englisch], getrusage(2) [Englisch], wait(2) [Englisch].


27. Mai 1999 TIMES (2)

tail head cat sleep
QR code linking to this page


Bitte richten Sie Ihre Kommentare zu diesem Handbuch Seite Service, Ben Bullock. Privacy policy.

Unix is the answer, but only if you phrase the question very carefully.
— Belinda Asbell