From owner-freebsd-hackers@FreeBSD.ORG Wed Jul 6 07:28:50 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87D65106566B; Wed, 6 Jul 2011 07:28:50 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1BA4B8FC22; Wed, 6 Jul 2011 07:28:49 +0000 (UTC) Received: by gxk28 with SMTP id 28so3237549gxk.13 for ; Wed, 06 Jul 2011 00:28:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=CWqhO6PqP3Kv/yblum3xDOFYMbc8Ckuyn3/+Mz1j98k=; b=Im3FsLnhd9nA88dY3+GSASYRM2nnxU7Xz2cHkEdoQNT9RgWawAD/nkN/Tq14G7rNIJ SvBhEMNnS23N4PSPJuX1Hj3h8rgjjI31Snd6ACEn4AVUOvP82cBWKBDbW3gYe3/TYnvd ZCpGdBlsOp4IB4qIyuWAqHijLhi+F5HCv98/k= MIME-Version: 1.0 Received: by 10.150.207.17 with SMTP id e17mr6678018ybg.243.1309937329189; Wed, 06 Jul 2011 00:28:49 -0700 (PDT) Received: by 10.150.92.6 with HTTP; Wed, 6 Jul 2011 00:28:49 -0700 (PDT) In-Reply-To: <20110706010819.GB58614@DataIX.net> References: <20110705224609.GA93031@freebsd.org> <20110706010819.GB58614@DataIX.net> Date: Wed, 6 Jul 2011 11:28:49 +0400 Message-ID: From: Sergey Kandaurov To: Jason Hellenthal Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Alexander Best , 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 07:28:50 -0000 On 6 July 2011 05:08, Jason Hellenthal wrote: > > > On Wed, Jul 06, 2011 at 04:40:54AM +0400, 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 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 SIZE =A0LIMIT =A0 =A0 USED = =A0 =A0 FREE =A0 =A0 =A0REQ FAIL SLEEP >> > 128 Bucket: =A0 =A0 =A0 =A0 =A0 =A01048, =A0 =A0 =A00, =A0 =A0 150, = =A0 =A0 =A0 0, =A0 =A01650,12746, =A0 0 >> > >> > ...how can the number of failures be greater than the number of reques= ts? >> >> Here REQ is the total number of successful allocations, not just request= s. >> > > I think he is refering to "FAIL" column not REQ. > Yes. And FAIL is not a subset of REQ. They are success / failure counters. That's why FAIL can be less/greater then REQ. --=20 wbr, pluknet