git: test - Add random seek/read program
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Apr 13 09:44:30 PDT 2011
commit 75a0ef5d8b4b2c0c80e5951e8e0b65b0958aab15
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Apr 13 09:33:25 2011 -0700
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
Summary of changes:
test/sysperf/Makefile | 6 ++-
test/sysperf/blib.c | 3 +
test/sysperf/randread.c | 96 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 104 insertions(+), 1 deletions(-)
create mode 100644 test/sysperf/randread.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/75a0ef5d8b4b2c0c80e5951e8e0b65b0958aab15
--
DragonFly BSD source repository
More information about the Commits
mailing list