Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2008 07:23:47 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/tools/regression/aio/aiop Makefile aiop.c
Message-ID:  <200805070723.m477Nlkc084473@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805070723.m477Nlkc084473>