File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ These options are to be used on the command line. E.g., 'IOR -a POSIX -b 4K'.
109
109
-x singleXferAttempt -- do not retry transfer if incomplete
110
110
-X N reorderTasksRandomSeed -- random seed for -Z option
111
111
-Y fsyncPerWrite -- perform fsync after each POSIX write
112
- -z randomOffset -- access is to random , not sequential, offsets within a file
112
+ -z randomOffset -- access is to shuffled , not sequential, offsets within a file; specify twice for random (potentially overlapping)
113
113
-Z reorderTasksRandom -- changes task ordering to random ordering for readback
114
114
115
115
@@ -284,7 +284,9 @@ GENERAL:
284
284
* setting this to zero (0) unsets this option
285
285
* this option is incompatible w/data checking
286
286
287
- * randomOffset - access is to random, not sequential, offsets within a file [0=FALSE]
287
+ * randomOffset - If 1 then access is shuffled, not sequential, offsets within a file [0=FALSE]
288
+ If 2 then access is totally random, and may read
289
+ the some blocks more than once, and others never.
288
290
NOTES: * this option is currently incompatible with:
289
291
-checkRead
290
292
-storeFileOffset
You can’t perform that action at this time.
0 commit comments