From owner-freebsd-performance@FreeBSD.ORG Sat Nov 28 02:38:35 2009 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFADE106566B for ; Sat, 28 Nov 2009 02:38:35 +0000 (UTC) (envelope-from gerd@truschinski.de) Received: from mo-p00-ob.rzone.de (mo-p00-ob.rzone.de [81.169.146.160]) by mx1.freebsd.org (Postfix) with ESMTP id 4D65B8FC19 for ; Sat, 28 Nov 2009 02:38:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1259375914; l=255; s=domk; d=truschinski.de; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From: Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=4L8DZ5AXgL2HEH8AGCOnYN47wj8=; b=yoa6FMeQk84LT4B/BBHU8KLDPRuh8nAEq8pqNiVOmNJglSCTs6u3naPtxJz4PeJnwGT EOkefXtZfjf1kiyy6EJ6aZrzo84qIqi6PNVdbKd+g6kD2cRJI0CS0+hq+Cisoz8jVUxdy Afn8u8+uT5P2CwKeu5Xe2OA2tYpieiTwG1c= X-RZG-AUTH: :K2kWcWC8aeptqAZ2mRDu0s07mmH1zFKQdF0lCrKer4N5IzlbYCUfXh+UUNA3Cncc8g== X-RZG-CLASS-ID: mo00 Received: from [192.168.10.45] (dslb-188-103-026-168.pools.arcor-ip.net [188.103.26.168]) by post.strato.de (fruni mo44) (RZmta 22.4) with ESMTP id j01124lAS0Y0D5 for ; Sat, 28 Nov 2009 03:27:09 +0100 (MET) Message-ID: <4B108A18.207@truschinski.de> Date: Sat, 28 Nov 2009 03:25:28 +0100 From: Gerd Truschinski User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: freebsd-performance@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Harddisk i.e. ZFS Performance X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 02:38:35 -0000 Hello, is there anywhere a website that show me all the performancetools to measure the performance of ZFS or a single Harddisk? In Linux I have "hdparm -tT /dev/sda" to get the raw disk performance. What is the equivalent FreeBSD command? /gT/