adrian 2008-05-07 07:23:47 UTC FreeBSD src repository
Added files: tools/regression/aio/aiop Makefile aiop.c Log: 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. Revision Changes Path 1.1 +6 -0 src/tools/regression/aio/aiop/Makefile (new) 1.1 +191 -0 src/tools/regression/aio/aiop/aiop.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"