From owner-freebsd-hackers@FreeBSD.ORG Wed Jul 6 08:25:58 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id C6EA31065677; Wed, 6 Jul 2011 08:25:58 +0000 (UTC) Date: Wed, 6 Jul 2011 08:25:58 +0000 From: Alexander Best To: Sergey Kandaurov Message-ID: <20110706082558.GA57532@freebsd.org> References: <20110705224609.GA93031@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Cc: freebsd-hackers@freebsd.org Subject: Re: strange 'vmstat -z' output 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: Wed, 06 Jul 2011 08:25:58 -0000 On Wed Jul 6 11, Sergey Kandaurov wrote: > On 6 July 2011 02:46, Alexander Best wrote: > > hi there, > > > > i'm seeing the following with 'vmstat -z' on CURRENT, running on amd64: > > > > ITEM                   SIZE  LIMIT     USED     FREE      REQ FAIL SLEEP > > 128 Bucket:            1048,      0,     150,       0,    1650,12746,   0 > > > > ...how can the number of failures be greater than the number of requests? > > Here REQ is the total number of successful allocations, not just requests. who in the right mind would use the keyword REQ for describing successfull allocations? i think if this is really the case, it should be changed to SUCC and, if possible, REQ, describing the total number of requested allocations, should be added. just my 0.02$. thanks for clearing thinks up for me. unfortunately the vmstat(8) man page doesn't come with any description for the -z output. it would be nice to have sections for every vmstat mode, like in the procstat(1) man page. cheers. alex > > -- > wbr, > pluknet