From owner-freebsd-questions@FreeBSD.ORG Tue Sep 27 17:23:24 2005 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D94316A41F for <freebsd-questions@freebsd.org>; Tue, 27 Sep 2005 17:23:24 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD9FC43D4C for <freebsd-questions@freebsd.org>; Tue, 27 Sep 2005 17:23:23 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j8RHNMqq014616; Tue, 27 Sep 2005 12:23:22 -0500 (CDT) (envelope-from dan) Date: Tue, 27 Sep 2005 12:23:22 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: Vincent Stipo <vstipo@gmail.com> Message-ID: <20050927172322.GB68105@dan.emsphone.com> References: <2922902205092709466102b854@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2922902205092709466102b854@mail.gmail.com> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: hdparm like program for freebsd? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 27 Sep 2005 17:23:24 -0000 In the last episode (Sep 27), Vincent Stipo said: > Is there a hdparm like program which can benchmark individual harddrives. > "hdparm -tT" > and give the burst rate, allong with sequencial read / write? Try rawio, iozone, or bonnie in ports. There's also the base system command "diskinfo" which will give you read stats. -- Dan Nelson dnelson@allantgroup.com