@@ -48,19 +48,22 @@ or even days to complete, and the jobs will continue through the nested loops un
4848The workload loops are nested as such from the CR options :
4949
5050` ` `
51- +-------->numjobs---------+
52- | |
53- | +------>bs|bsrange----+ |
54- | | | |
55- | | +---->job---------+ | |
56- | | | | | |
57- | | | +-->samples---+ | | |
58- | | | | | | | |
59- | | | | | | | |
60- | | | +-------------+ | | |
61- | | +-----------------+ | |
62- | +---------------------+ |
63- +-------------------------+
51+ +---------->iodepth-----------+
52+ | |
53+ | +-------->numjobs---------+ |
54+ | | | |
55+ | | +------>bs|bsrange----+ | |
56+ | | | | | |
57+ | | | +---->job---------+ | | |
58+ | | | | | | | |
59+ | | | | +-->samples---+ | | | |
60+ | | | | | | | | | |
61+ | | | | | | | | | |
62+ | | | | +-------------+ | | | |
63+ | | | +-----------------+ | | |
64+ | | +---------------------+ | |
65+ +---------------------------+ |
66+ +-----------------------------+
6467` ` `
6568
6669# ## Understanding the CR options
@@ -131,7 +134,7 @@ The workload loops are nested as such from the CR options:
131134 - 256KiB-4096KiB
132135 ```
133136- **numjobs**: (list) Number of clones of the job to run on each server -- Total jobs will be `numjobs * servers`
134- - **iodepth**: Number of I/O units to keep in flight against a file; see `fio(1)`
137+ - **iodepth**: (list) Number of I/O units to keep in flight against a file; see `fio(1)`
135138- **read_runtime**: Amount of time in seconds to run `read` workloads (including `readwrite` workloads)
136139- **read_ramp_time**: Amount of time in seconds to ramp up `read` workloads (i.e., executing the workload without recording the data)
137140 > Note: We intentionally run `write` workloads to completion of the file size specified in order to ensure
0 commit comments