head	1.3;
access;
symbols
	RELENG_5_5_0_RELEASE:1.1.2.1
	RELENG_5_5:1.1.2.1.0.6
	RELENG_5_5_BP:1.1.2.1
	RELENG_5_4_0_RELEASE:1.1.2.1
	RELENG_5_4:1.1.2.1.0.4
	RELENG_5_4_BP:1.1.2.1
	RELENG_5_3_0_RELEASE:1.1.2.1
	RELENG_5_3:1.1.2.1.0.2
	RELENG_5_3_BP:1.1.2.1
	RELENG_5:1.1.0.2;
locks; strict;
comment	@# @;


1.3
date	2004.12.05.04.16.36;	author obrien;	state dead;
branches;
next	1.2;

1.2
date	2004.10.24.15.32.58;	author ru;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.20.12.02.34;	author pjd;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2004.09.14.16.02.32;	author pjd;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Now as a full blown port.
@
text
@# $FreeBSD: src/tools/tools/raidtest/Makefile,v 1.2 2004/10/24 15:32:58 ru Exp $

PROG=	raidtest
NOMAN=
WARNS?=	6

.include <bsd.prog.mk>
@


1.2
log
@For variables that are only checked with defined(), don't provide
any fake value.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
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.
@
text
@d4 1
a4 1
NOMAN=	true
@


1.1.2.1
log
@Add a tool for testing performance of storage devices.

Approved by:	re (scottl)
@
text
@@

