Date: Wed, 21 Apr 1999 21:24:54 -0500 From: Dan Nelson <dnelson@emsphone.com> To: Zhihui Zhang <zzhang@cs.binghamton.edu> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Output format of time built-in command Message-ID: <19990421212453.A9721@dan.emsphone.com> In-Reply-To: <Pine.GSO.3.96.990421170545.2471A-100000@sol.cs.binghamton.edu>; from "Zhihui Zhang" on Wed Apr 21 17:16:59 GMT 1999 References: <Pine.GSO.3.96.990421170545.2471A-100000@sol.cs.binghamton.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Apr 21), Zhihui Zhang said: > > When I run "# time command", it gives me output in the following format: > > 0.574u 1.357s 0:03.12 61.5% 44+199k 278+1io 13pf+0w > > Can someone tell me where to find info about the output format of the > above message? I have tried the man pages of csh without luck. > > Thanks for your help. The source for the time command in csh is in /usr/src/bin/csh/time.c, in the prusage() function, and explains each value. The getrusage(2) man page explains some of the values in a little more detail. -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990421212453.A9721>