From owner-freebsd-fs@freebsd.org Tue Aug 18 22:07:45 2015 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 456139BBD7D for ; Tue, 18 Aug 2015 22:07:45 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2708F97C for ; Tue, 18 Aug 2015 22:07:45 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 261DE9BBD7C; Tue, 18 Aug 2015 22:07:45 +0000 (UTC) Delivered-To: fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25B139BBD7B for ; Tue, 18 Aug 2015 22:07:45 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ig0-x22c.google.com (mail-ig0-x22c.google.com [IPv6:2607:f8b0:4001:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7CE797B for ; Tue, 18 Aug 2015 22:07:44 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by igxp17 with SMTP id p17so92068123igx.1 for ; Tue, 18 Aug 2015 15:07:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=94hNLq0KAH4o/EciKylr6hy2PdRell2UjVyPJRf0MMo=; b=gfP3M11kOBLjTVSplZVAsam1HLGm6KCvlCNPOPZ2g15BPQeFpMQ+acn0ja3T3NULc0 +7r/cwQQfrok/37Lp6SAd9Q8YZTZjzVQ1iS3AxTh2XuurOx6l+uYGXPM1GhCR1kpnE7b cHKWbgCLuLGC1LsaOJXDYczMujsvAF47HDBSnJqtwepDwIKN/FtOAqQVqcEV32m4yOUN ruuE0pX1vT6Ritegyljcn+v6cL0tx3/monZxDT2LeLyU6qKNLs76gEaxbUD3nNPcw8qB RocymZlXeis3qDLOhZ0ugJIJomTdZn+umqc52sIjBM3Yp+VmbCyGKsEAnnZtnIFRy/0Q eTMA== MIME-Version: 1.0 X-Received: by 10.50.93.99 with SMTP id ct3mr25100274igb.83.1439935664225; Tue, 18 Aug 2015 15:07:44 -0700 (PDT) Received: by 10.107.169.94 with HTTP; Tue, 18 Aug 2015 15:07:44 -0700 (PDT) In-Reply-To: <20150818172431.GA97967@mail.michaelwlucas.com> References: <20150818172431.GA97967@mail.michaelwlucas.com> Date: Tue, 18 Aug 2015 18:07:44 -0400 Message-ID: Subject: Re: dtrace script for io latency/throughput From: Ryan Stone To: "Michael W. Lucas" Cc: "freebsd-fs@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2015 22:07:45 -0000 Try this: https://people.freebsd.org/~rstone/rw.d I've run it on a recent-ish head and it appears to give reasonable data.