From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 6 02:30:07 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA5FC1065674 for ; Wed, 6 Oct 2010 02:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7FB548FC15 for ; Wed, 6 Oct 2010 02:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o962U7w3061491 for ; Wed, 6 Oct 2010 02:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o962U7xN061480; Wed, 6 Oct 2010 02:30:07 GMT (envelope-from gnats) Date: Wed, 6 Oct 2010 02:30:07 GMT Message-Id: <201010060230.o962U7xN061480@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Alexander Best Cc: Subject: Re: bin/30360: vmstat(8) returns impossible data X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Best List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2010 02:30:07 -0000 The following reply was made to PR bin/30360; it has been noted by GNATS. From: Alexander Best To: bug-followup@freebsd.org Cc: Subject: Re: bin/30360: vmstat(8) returns impossible data Date: Wed, 6 Oct 2010 02:20:27 +0000 this problem still exists. the following lines are `vmstat` outputs from: hub.freebsd.org (7.3-STABLE): procs memory page disk faults cpu r b w avm fre flt re pi po fr sr mf0 in sy cs us sy id 0 0 0 2383M 1856M 144 1 2 0 231 74 0 315 27 94 -62 -15 177 kern.cp_time: 410252301 85725730 109247565 6553778 2886521518 freefall.freebsd.org (8.1-PRERELEASE): procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 pa0 in sy cs us sy id 0 0 2 1036M 294M 561 0 0 0 37 46 0 0 498 700 683 -11 -14 125 kern.cp_time: 100842337 28852004 161611939 12315794 2770482371 the problem seems to be in percent() or cpustats() in vmstat.c. cheers. alex -- a13x