From owner-cvs-all@FreeBSD.ORG Tue Sep 14 16:02:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BF4F16A4CE; Tue, 14 Sep 2004 16:02:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 131F243D5A; Tue, 14 Sep 2004 16:02:33 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8EG2W2T021512; Tue, 14 Sep 2004 16:02:32 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8EG2Wcl021511; Tue, 14 Sep 2004 16:02:32 GMT (envelope-from pjd) Message-Id: <200409141602.i8EG2Wcl021511@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 14 Sep 2004 16:02:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/tools/tools README src/tools/tools/raidtest Makefile README raidtest.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2004 16:02:33 -0000 pjd 2004-09-14 16:02:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) tools/tools README Added files: (Branch: RELENG_5) tools/tools/raidtest Makefile README raidtest.c Log: Add a tool for testing performance of storage devices. Approved by: re (scottl) Revision Changes Path 1.31.2.1 +1 -0 src/tools/tools/README 1.1.2.1 +7 -0 src/tools/tools/raidtest/Makefile (new) 1.1.2.1 +29 -0 src/tools/tools/raidtest/README (new) 1.2.2.1 +418 -0 src/tools/tools/raidtest/raidtest.c (new)