cvs commit: src/tools/regression/aio/aiop Makefile aiop.c

Adrian Chadd adrian at FreeBSD.org
Wed May 7 07:23:48 UTC 2008


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)


More information about the cvs-all mailing list