Skip to content

Commit

Permalink
docs: update fio example and add job tips to fio
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Wünsche committed Sep 19, 2023
1 parent 00a70bb commit 2e91c83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/fio-haura/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $ fio \
--random_distribution=zipf \
--bs=4k \
--ioengine=external:src/fio-engine-haura.o \
--numjobs=2 \
--numjobs=1 \
--runtime=30 \
--time_based \
--group_reporting \
Expand Down Expand Up @@ -55,6 +55,9 @@ reached.
> - Increase the underlying block size while retaining the same `io_size`
> - Choose a random distribution with a higher skew to specific regions (e.g.
> zipf) to avoid frequent evictions of nodes from the internal cache
> - Reduce the number of jobs; More jobs put more pressure on the cache leading
> to more frequent evictions which lead to more writeback operations worsening
> fragmentation
>
> As a general rule this leads to two things: reduce the amount of write
> operations, enlarge the allocation space.
Expand Down

0 comments on commit 2e91c83

Please sign in to comment.