Skip to content

Commit

Permalink
config: updated example config file for random IO
Browse files Browse the repository at this point in the history
  • Loading branch information
breuner committed Jul 29, 2023
1 parent a6e4923 commit 5d6e161
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
### Fixes
* Fixed compilation error (missing include directive) when building without S3 support.
* Fixed check for file slice smaller than block size in situations without direct IO.
* Fixed missing random IO flag in config file example.

### Contributors
* Thanks to Glenn K. Lockwood for reporting an issue. Thanks to Jan Heichler, Rob Mallory, Maria Gutierrez for helpful comments and suggestions.
* Thanks to Glenn K. Lockwood and Avi Drabkin for reporting an issues. Thanks to Jan Heichler, Rob Mallory, Maria Gutierrez for helpful comments and suggestions.

## v2.3.1 (Apr 10, 2023)

Expand Down
7 changes: 6 additions & 1 deletion tools/example_configuration/randomWrite.elbencho
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
#
# This example config is equivalent to the following elbencho arguments:
# $ elbencho -t 2 --iodepth 4 --timelimit 10 -b 1M --direct -s 1G \
# -N 10 -n1 -D -F -d -w
# -N 10 -n1 -D -F -d -w --rand
#
# This example doesn't contain a path. You would specify the path and possibly
# other options on the command line like this:
# $ elbencho -c randomWrite.elbencho /mnt/storage/mydir

threads=2
iodepth=4
Expand All @@ -18,3 +22,4 @@ deldirs=1
delfiles=1
mkdirs=1
write=1
rand=1

0 comments on commit 5d6e161

Please sign in to comment.