Home | History | Annotate | Download | only in reaim
      1 # Sample configuration file for the reaim workload
      2 # cliff white, OSDL 4/2003
      3 #
      4 # This is a comment (duh)
      5 # all variables are named in UPPER CASE, unless you want
      6 # to write a better option parser. Send me a patch
      7 # I'm keeping this, but not used yet
      8 #
      9 # The file and poolsize values can be specified here, or
     10 # in the workfile. Values in the workfile will over write
     11 # these values
     12 FILESIZE 10k
     13 POOLSIZE 1m
     14 # 
     15 # A list of disk directories for the exerciser
     16 # DISKDIR /tmp/diskdir
     17 # To control number of users
     18 # STARTUSERS 2
     19 # ENDUSERS 3
     20 # and to control the count
     21 # INCREMENT 2
     22 # Number of jobs per child
     23 # JOBS 20
     24 # All switch options will use '1' for on, anything else for off
     25 # Extra output
     26 # VERBOSE 1
     27 # Switch for the crossover
     28 # CROSSOVER 1
     29 # Switch for STP-style results file
     30 # BRIEF 1
     31