git: test - Add random seek/read program

看板DFBSD_commit作者時間14年前 (2011/05/17 07:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1DqRGEOH (DFBSD_commit)