]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Include a very basic (and beta) tool for stressing disks using the POSIX
authorAdrian Chadd <adrian@FreeBSD.org>
Wed, 7 May 2008 07:23:47 +0000 (07:23 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Wed, 7 May 2008 07:23:47 +0000 (07:23 +0000)
commit86067c77149c346cf467f1db4307a68c3632aa23
treeb50ca3ce42e47383e9e28440dd8db6a9105a6b28
parent3af387c9d2fde449e6aadbba82a1d6db885bef33
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.
tools/regression/aio/aiop/Makefile [new file with mode: 0644]
tools/regression/aio/aiop/aiop.c [new file with mode: 0644]