From owner-freebsd-hackers@FreeBSD.ORG Wed Jul 6 00:40:55 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 35C8C106566B for ; Wed, 6 Jul 2011 00:40:55 +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 ED1C88FC0C for ; Wed, 6 Jul 2011 00:40:54 +0000 (UTC) Received: by gxk28 with SMTP id 28so3140490gxk.13 for ; Tue, 05 Jul 2011 17:40:54 -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=jMd+YoV91pfY610okgk0jQ8Jz5ygNvIFv/tVzSHzig0=; b=ma/9lPQr+sGADx72bUQ1ycyVVR4sePjWnfoWo1ARNy0dGRuLe/qVaSUlZh7cSa75eq 4nif+FOVErE/0ECxt2eZ+CpkclpuUuT5DBYKc1mWc1yWiVLYXgSoFAZxLXZLrr0jFHu9 C3edkxpGVMyVTPVgZftwfP0BGQqouP0RfipmI= MIME-Version: 1.0 Received: by 10.150.207.17 with SMTP id e17mr6441506ybg.243.1309912854038; Tue, 05 Jul 2011 17:40:54 -0700 (PDT) Received: by 10.150.92.6 with HTTP; Tue, 5 Jul 2011 17:40:54 -0700 (PDT) In-Reply-To: <20110705224609.GA93031@freebsd.org> References: <20110705224609.GA93031@freebsd.org> Date: Wed, 6 Jul 2011 04:40:54 +0400 Message-ID: From: Sergey Kandaurov To: Alexander Best Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 00:40:55 -0000 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 requests? Here REQ is the total number of successful allocations, not just requests. --=20 wbr, pluknet