Coda File System

Re: How do I run the RVM tests?

From: Jan Harkes <jaharkes_at_cs.cmu.edu>
Date: Thu, 4 Jan 2001 12:36:58 -0500
On Wed, Jan 03, 2001 at 10:30:00PM -0800, Timothy J. Wood wrote:
> 
> 
>    Any hints on running the tests in the rvm directory?  The README 
> therein contains a bunch of useless comments about BSD and Linux 
> changes.  I've got LWP and RVM built on my system (which is not one of 
> the currently supported ones) and I'd like to see if what I have is at 
> least minimally working.
> 
> -tim

Create an rvm log and data file, then run the rvm_basher (non-threaded),
then run the lwp_basher (threaded).

    $ rvmutl
    * i basher_log 2M
    * q
    $ rdsinit -f basher_log basher_data 0x210000 0x50000000 0x100000 0x100000 80 32
    $ rvm_basher basher_parms

I believe the basher_parms file is already there, but in case it isn't,
it contains the following:

-8< basher_parms ----------
log basher_log
data basher_data
map_private
ops 500
cycles 2
threads 2
seed 12345
optimizations all
truncate 95
pre_allocate 100
block_size 10000
mod_size 200
max_big_range 500000
all_tests
parms
run
---------------------------
Received on 2001-01-04 12:37:28