Skip to content

Commit 8c9883c

Browse files
authored
Update usrbio fio README.md (#85)
1 parent 4b91bbb commit 8c9883c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

benchmarks/fio_usrbio/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ You will get the external plugin as `hf3fs_usrbio.so`.
2222

2323
To use this plugin, set the `ioengine` args in fio as `external:hf3fs_usrbio.so`. Please refer to [fio documentation] for further explanation.
2424

25-
To benchmarking batched small I/Os, please set these four parameters to `batch_size` simultaneously:
25+
Since multiple 3FS instances might be mounted, you need to specify the 3FS instance during benchmarking. This can be done by adding the `mountpoint` arguments (in the `.fio`):
26+
```
27+
mountpoint=/hf3fs/mount/point
28+
```
29+
30+
To benchmark batched small I/Os, please set these four parameters to `batch_size` simultaneously:
2631
```
2732
iodepth=1024
2833
iodepth_batch_submit=1024

0 commit comments

Comments
 (0)