home *** CD-ROM | disk | FTP | other *** search
- # This file determines what kind of tests will be done.
- # Comments start with a '#' in the first position of a line
- # The records can have up to 10 entries. Records are separated by
- # a percentage sign in the first position of a line. Optionally, a
- # test name can follow on the same line after the percentage sign.
- # The second line determines whether the test should be a
- # multi-threaded (M) or single-threaded (S) operation. In MS-DOS all
- # tests are single-threaded.
-
- # Duty_cycle access_type sequence_wtg record_size
- # sum = 100% R / W / U 0 - 100 Size in bytes
-
- # This test is a test of sequential writes, for half and half
- # 512 bytes and 8 k records
- %Single-threaded sequential writes of 512 and 8192 bytes
- S
- 50 w 100 512
- 50 w 100 8192
-
- # This is a multi-threaded test, which does a few 64 k random writes (10%) and
- # some 4 k random reads (30). Also, a lot of 64 byte writes (60), 20% of which
- # are sequential.
- %Multi threaded test
- M
- 10 w 0 65536
- 30 r 0 4096
- 60 w 20 64
-