test - Add random seek/read program
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 13 Apr 2011 16:33:25 +0000 (09:33 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 13 Apr 2011 16:42:06 +0000 (09:42 -0700)
commit75a0ef5d8b4b2c0c80e5951e8e0b65b0958aab15
tree2b54b3912e3833cc17a768db99cc4ae4d46a3ae5
parent0c04660046223681ae1e6dfb7cab4f73e84c66a6
test - Add random seek/read program

* Add program which reads a random 512 byte block in a device or file
  with 32 concurrent accessors and displays the results.

* make /tmp/rr1 from /usr/src/test/sysperf
test/sysperf/Makefile
test/sysperf/blib.c
test/sysperf/randread.c [new file with mode: 0644]