看板 DFBSD_commit 關於我們 聯絡資訊
commit 75a0ef5d8b4b2c0c80e5951e8e0b65b0958aab15 Author: Matthew Dillon <dillon@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