0% found this document useful (0 votes)
18 views1 page

I o Benchmarking

Fio is an I/O performance benchmarking tool for Linux and other operating systems. It can test random read, random write, and heavy I/O operations on a file by running commands with options like filename, size, runtime, and block size. Sample commands are provided to run read, write, and intensive I/O tests on a 170MB file with 128 jobs over 10 seconds.

Uploaded by

carlespla
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

I o Benchmarking

Fio is an I/O performance benchmarking tool for Linux and other operating systems. It can test random read, random write, and heavy I/O operations on a file by running commands with options like filename, size, runtime, and block size. Sample commands are provided to run read, write, and intensive I/O tests on a 170MB file with 128 jobs over 10 seconds.

Uploaded by

carlespla
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

2019/06/25 07:57 1/1 I/O Benchmarking

I/O Benchmarking

Fio (Flexible I/O tester) is a I/O Performance Benchmarking Tool for Linux and other unix or windows
systems.
fio-package is part of openSUSE's default repos:

zypper in fio

Test run into a file:

# Read
fio --rw=randread --direct=1 --name=test --size=170M --filename=fio_file --
numjobs=128 --runtime=10 --group_reporting
# Write
fio --rw=randwrite --direct=1 --name=test --size=170M --filename=fio_file --
numjobs=128 --runtime=10 --group_reporting
# Heavy I/O
fio --rw=randwrite --direct=1 --name=test --size=170M --filename=fio_file --
numjobs=128 --runtime=10 --group_reporting --bs=1M

From:
https://wiki.hornetsecurity.com/ - Knowledge Base

Permanent link:
https://wiki.hornetsecurity.com/se/howtos/i_o_benchmarking

Last update: 2018/03/20 17:14

Knowledge Base - https://wiki.hornetsecurity.com/

You might also like