From owner-freebsd-hackers@FreeBSD.ORG Sat Jun 4 15:07:17 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94F3416A41C for ; Sat, 4 Jun 2005 15:07:17 +0000 (GMT) (envelope-from andrit@ukr.net) Received: from mail.emict.com (brig.emict.com [212.90.172.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B6E343D49 for ; Sat, 4 Jun 2005 15:07:16 +0000 (GMT) (envelope-from andrit@ukr.net) Received: from [10.0.0.232] (unknown [10.0.0.232]) by mail.emict.com (Postfix) with ESMTP id C765A275B9 for ; Sat, 4 Jun 2005 18:07:15 +0300 (EEST) From: Andriy Tkachuk Organization: eMICT To: freebsd-hackers@freebsd.org Date: Sat, 4 Jun 2005 18:07:15 +0300 User-Agent: KMail/1.8 References: <20050604235846.X62115@Neo-Vortex.net> <001c01c56915$ed39e030$1200a8c0@gsicomp.on.ca> In-Reply-To: <001c01c56915$ed39e030$1200a8c0@gsicomp.on.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506041807.15556.andrit@ukr.net> Subject: Re: vmstat reporting incorrect cpu usage X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2005 15:07:17 -0000 On Saturday 04 June 2005 17:58, Matt Emmerton wrote: > The first line is the average since the system was last booted; all other > lines are instantaneous. yeap. from man page: -c Repeat the display count times. The first display is for the time since a reboot and each subsequent report is for the time period since the last display.