Skip to content

Commit

Permalink
add example using --rate_poisson
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
liu-song-6 authored and axboe committed Nov 9, 2015
1 parent 592bf45 commit 3e006cf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/poisson-rate-submission.fio
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[poisson-rate-submit]
size=128m
rw=randread
ioengine=libaio
iodepth=32
direct=1
# by setting the submit mode to offload, we can guarantee a fixed rate of
# submission regardless of what the device completion rate is.
io_submit_mode=offload
rate_iops=50
# Real world random request flow follows Poisson process. To give better
# insight on latency distribution, we simulate request flow under Poisson
# process.
rate_poisson=1

0 comments on commit 3e006cf

Please sign in to comment.