From owner-freebsd-current@FreeBSD.ORG Mon Apr 5 09:10:26 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A01C16A4CE for ; Mon, 5 Apr 2004 09:10:26 -0700 (PDT) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2B1F43D3F for ; Mon, 5 Apr 2004 09:10:25 -0700 (PDT) (envelope-from xdivac02@eva.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (8.12.11/8.12.11) with ESMTP id i35GAMq6085822 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 5 Apr 2004 18:10:22 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.12.11/8.12.5/Submit) id i35GALVi085820 for current@freebsd.org; Mon, 5 Apr 2004 18:10:21 +0200 (CEST) Date: Mon, 5 Apr 2004 18:10:21 +0200 From: Divacky Roman To: current@freebsd.org Message-ID: <20040405160955.GA83824@stud.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) X-Mailman-Approved-At: Tue, 06 Apr 2004 04:41:43 -0700 Subject: strange time output X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Apr 2004 16:10:26 -0000 Hi on my machine (current@p2 233Mhz, may supply more info) tcsh gives this: necrophilia ~# time sleep 2 0.000u 0.033s 0:02.03 1.4% 6+220k 0+0io 0pf+0w necrophilia ~# on ANY other machine its something like: onyx ~$ time sleep 2 0.000u 0.000s 0:02.00 0.0% 0+0k 0+0io 131pf+0w onyx ~$ I mean everywhere else its 0+0k which is %X The average amount in (shared) text space used in %Kbytes. %D The average amount in (unshared) %data/stack space used in Kbytes. can you explain this? also on this machine when I issue "openssl speed" it takes about 2.7 sec for each 3 second round... can you explain me this? thnx Roman Divacky