cvs commit: src/tools/tools/raidtest Makefile README raidtest.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Fri Aug 20 05:02:34 PDT 2004


pjd         2004-08-20 12:02:34 UTC

  FreeBSD src repository

  Added files:
    tools/tools/raidtest Makefile README raidtest.c 
  Log:
  Add the raidtest tool, which can be used for performance tests of storage devices.
  It uses random offsets, random requests size and random operation type (READ or
  WRITE). It also allows to run many processes to send I/O requests in parallel.
  
  Revision  Changes    Path
  1.1       +7 -0      src/tools/tools/raidtest/Makefile (new)
  1.1       +29 -0     src/tools/tools/raidtest/README (new)
  1.1       +418 -0    src/tools/tools/raidtest/raidtest.c (new)


More information about the cvs-src mailing list