Date: Fri, 20 Aug 2004 12:02:34 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/raidtest Makefile README raidtest.c Message-ID: <200408201202.i7KC2YSJ018444@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408201202.i7KC2YSJ018444>