freebsd-dev/tools/regression/aio/aiop/Makefile
Adrian Chadd 86067c7714 Include a very basic (and beta) tool for stressing disks using the POSIX
AIO calls.

This small program queues up a controllable number of concurrent AIO
read operations w/ controllable io size against a disk or regular file.
There are a few other things to add (notably optional write support!)
but it works well enough at the present time to stress the AIO code out
relatively harshly in the disk IO case.
2008-05-07 07:23:47 +00:00

7 lines
56 B
Makefile

# $FreeBSD$
PROG= aiop
NO_MAN=
.include <bsd.prog.mk>