From owner-freebsd-questions Wed Apr 21 19:27:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 86D7F158F2 for ; Wed, 21 Apr 1999 19:27:26 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id VAA09817; Wed, 21 Apr 1999 21:24:54 -0500 (CDT) (envelope-from dan) Date: Wed, 21 Apr 1999 21:24:54 -0500 From: Dan Nelson To: Zhihui Zhang Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Output format of time built-in command Message-ID: <19990421212453.A9721@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from "Zhihui Zhang" on Wed Apr 21 17:16:59 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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