From owner-freebsd-current@FreeBSD.ORG Tue Apr 17 00:19:50 2007 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5019416A409; Tue, 17 Apr 2007 00:19:50 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.freebsd.org (Postfix) with ESMTP id 1A34F13C44C; Tue, 17 Apr 2007 00:19:49 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.1.47] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id l3H0Ji6F089909 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 16 Apr 2007 17:19:45 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <46241257.9050609@FreeBSD.org> Date: Mon, 16 Apr 2007 17:18:31 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Joerg t References: <918096.41896.qm@web63712.mail.re1.yahoo.com> In-Reply-To: <918096.41896.qm@web63712.mail.re1.yahoo.com> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: Thomas Sparrevohn , freebsd-current@FreeBSD.org, pjd@FreeBSD.org Subject: Re: Some comments on ZFS X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2007 00:19:50 -0000 Joerg t wrote: >> There is something weird - Just ran same test again to see whether it >> was a fluke - it still take 1h12 - however I saw the oppersite of Joerg. >> The "systat -vm" Freemem was permently on 2,2GB - this on a 4GB >> system that normally shows a 1,2GB - or less after a buildworld. > >> hmm. Pawel are there tests that can help? > > also how can we determine the real memory consumption by zfs,arc and his vfs cache share ? > > how can we precisely instrument zfs ? The "vmstat -m" will give you precise breakdown of kernel memory usage. -Maxim