You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: benchmarks/fio_usrbio/README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,12 @@ You will get the external plugin as `hf3fs_usrbio.so`.
22
22
23
23
To use this plugin, set the `ioengine` args in fio as `external:hf3fs_usrbio.so`. Please refer to [fio documentation] for further explanation.
24
24
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:
0 commit comments