From owner-cvs-src@FreeBSD.ORG Fri Aug 20 12:02:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56D7116A4CE; Fri, 20 Aug 2004 12:02:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 388EC43D1D; Fri, 20 Aug 2004 12:02:34 +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 i7KC2YGH018445; Fri, 20 Aug 2004 12:02:34 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7KC2YSJ018444; Fri, 20 Aug 2004 12:02:34 GMT (envelope-from pjd) Message-Id: <200408201202.i7KC2YSJ018444@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 20 Aug 2004 12:02:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/raidtest Makefile README raidtest.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 12:02:34 -0000 pjd 2004-08-20 12:02:34 UTC FreeBSD src repository Added files: tools/tools/raidtest Makefile README raidtest.c Log: Add the raidtest tool, which can be used for performance tests of storage devices. It uses random offsets, random requests size and random operation type (READ or WRITE). It also allows to run many processes to send I/O requests in parallel. Revision Changes Path 1.1 +7 -0 src/tools/tools/raidtest/Makefile (new) 1.1 +29 -0 src/tools/tools/raidtest/README (new) 1.1 +418 -0 src/tools/tools/raidtest/raidtest.c (new)