mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:35:28 +02:00
fio: add job file example (#8567)
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
parent
27bbe523d0
commit
35eba3f361
1 changed files with 4 additions and 0 deletions
|
@ -15,3 +15,7 @@
|
|||
- Test random read/write:
|
||||
|
||||
`sudo fio --filename={{path/to/file}} --size=500GB --direct=1 --rw=randrw --bs=4k --ioengine=libaio --iodepth=256 --runtime=120 --numjobs=4 --time_based --group_reporting --name={{job_name}} --eta-newline=1`
|
||||
|
||||
- Test with parameters from a job file:
|
||||
|
||||
`sudo fio {{path/to/job_file}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue