From owner-freebsd-fs@FreeBSD.ORG Fri Dec 2 18:16:54 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0524F1065670 for ; Fri, 2 Dec 2011 18:16:54 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8AECA8FC08 for ; Fri, 2 Dec 2011 18:16:53 +0000 (UTC) Received: by faak28 with SMTP id k28so3313595faa.13 for ; Fri, 02 Dec 2011 10:16:52 -0800 (PST) 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; bh=1vYKxs9VK7LLUeeEGvzEWFQHdIZocO3iIPlgOLq3HTw=; b=jEpw7xG6i9DFq7EkLEMef1YYqOiJ+tnS64H5iLVoU08OszvwRFUkh75zygFnQYo5in svjmTUoyNmsq7Uvo6sJLCuKrRKeQ6EzYXKkHrCwJ22O23yrfGwyO6bFsqjXwPzmTZxtE xen3n+BPaGqywzkCkW/YzwKer88rWdlWHDd9A= MIME-Version: 1.0 Received: by 10.180.108.114 with SMTP id hj18mr11438154wib.2.1322847937649; Fri, 02 Dec 2011 09:45:37 -0800 (PST) Received: by 10.223.83.14 with HTTP; Fri, 2 Dec 2011 09:45:37 -0800 (PST) In-Reply-To: <20111202150551.GA26344@DataIX.net> References: <4ED8D7A5.7090700@icritical.com> <20111202150551.GA26344@DataIX.net> Date: Fri, 2 Dec 2011 11:45:37 -0600 Message-ID: From: Adam Vande More To: Jason Hellenthal Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-fs@freebsd.org Subject: Re: Monitoring ZFS IO X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2011 18:16:54 -0000 On Fri, Dec 2, 2011 at 9:05 AM, Jason Hellenthal wrote: > > You will need to add this patch to your kernel and recompile. Things like > top -m io and iostat will start working properly after. > Is there some reason this hasn't made it into the src yet? -- Adam Vande More