From owner-freebsd-questions@FreeBSD.ORG Tue Feb 17 06:11:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52168106564A for ; Tue, 17 Feb 2009 06:11:05 +0000 (UTC) (envelope-from crapsh@monkeybrains.net) Received: from ape.monkeybrains.net (mail.monkeybrains.net [208.69.40.9]) by mx1.freebsd.org (Postfix) with ESMTP id 3BDB58FC13 for ; Tue, 17 Feb 2009 06:11:05 +0000 (UTC) (envelope-from crapsh@monkeybrains.net) Received: from [192.168.2.105] (adsl-76-193-219-162.dsl.pltn13.sbcglobal.net [76.193.219.162]) (authenticated bits=0) by ape.monkeybrains.net (8.14.1/8.14.1) with ESMTP id n1H5Yn96092902 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 16 Feb 2009 21:34:49 -0800 (PST) (envelope-from crapsh@monkeybrains.net) Message-ID: <499A4CAA.7010805@monkeybrains.net> Date: Mon, 16 Feb 2009 21:35:38 -0800 From: Rudy User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.94, clamav-milter version 0.94 on pita.monkeybrains.net X-Virus-Status: Clean Subject: How do I see disk IO for specific ZFS file systems? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2009 06:11:05 -0000 I realize I can see per device iostats with zpool or gstat, but I am interested in specific mount points. Is that possible? What are the read/writes for "/tank/BBB.monkeybrains.net"? The READS are low and then jump to a higher value and I'm trying to track it down. READ/WRITE over past 6 months: http://www.monkeybrains.net/images/IO-past-6months.png # zfs list NAME USED AVAIL REFER MOUNTPOINT tank 73.1G 368G 39K /tank tank/AAA.monkeybrains.net 2.54G 7.46G 2.45G /tank/AAA.monkeybrains.net tank/BBB.monkeybrains.net 2.64G 97.4G 2.64G /tank/BBB.monkeybrains.net tank/CCC.monkeybrains.net 1.39G 98.6G 1.39G /tank/CCC.monkeybrains.net # zpool iostat -v capacity operations bandwidth pool used avail read write read write ---------- ----- ----- ----- ----- ----- ----- tank 67.5G 380G 12 34 446K 257K mirror 67.5G 380G 12 34 446K 257K ad0s2 - - 3 17 276K 258K ad8s2 - - 3 17 256K 258K ---------- ----- ----- ----- ----- ----- ----- # gstat dT: 1.001s w: 1.000s L(q) ops/s r/s kBps ms/r w/s kBps ms/w %busy Name 0 29 6 456 6.1 22 338 2.3 21.7| ad0 0 31 8 615 9.8 22 338 2.3 19.2| ad8 0 26 5 392 4.6 21 318 2.5 3.1| ad0s1 0 3 1 64 13.6 1 20 2.3 19.4| ad0s2 0 26 5 392 10.5 21 318 2.5 5.8| ad8s1 0 5 3 224 8.7 1 20 0.3 16.9| ad8s2 specifically, I am intested in the file systems in ad0s2 and ad8s2. Thanks if you can point me in the right direction, and thanks if you read this far! Rudy